Writer

Writer

Writer is a full-stack generative AI platform for enterprises, offering tools to build and deploy AI applications integrated with their suite of LLMs, graph-based RAG tools, and AI guardrails.

5VIEWS
2279USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app writernpx @composio/cli add cursor --app writernpx @composio/cli add cursor --app writernpx @composio/cli add cursor --app writer

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Ask Question To Knowledge Graph

Tool to send a question to the knowledge graph and retrieve the answer. use after defining your question and optional context.

Chat Completion

Tool to generate chat-based completions. use when you need conversational ai responses; call after assembling system and user messages.

Create Knowledge Graph

Tool to create a new knowledge graph. use after defining nodes and edges to persist the graph.

Delete Graph

Tool to delete a knowledge graph by its id. use when you need to remove a graph after confirming its identifier.

List Applications

Tool to list all no-code agent applications. use when you need to retrieve all registered applications.

List Files

Tool to list all uploaded files. use when you need to retrieve a paginated set of user files, optionally filtered by status, graph, or type. use after uploading files to inspect available files.

List Knowledge Graphs

Tool to retrieve a list of knowledge graphs. use when you need an overview of existing graphs.

List Models

Tool to list all available language models. use when you need to discover which models can be used for completions.

Medical Text Comprehension

Tool to extract medical entities and concepts from unstructured clinical text. use when you need to label medical text with standardized codes such as snomed ct.

Retrieve Knowledge Graph

Tool to retrieve a knowledge graph by its id. use when you need details of an existing graph.

Text Generation

Tool to generate text based on a given prompt. use when you need model-driven completions after crafting a prompt.

Update Knowledge Graph

Tool to update an existing knowledge graph. use after confirming the graph id. specify at least one of name, data, or description to modify.

Web Search

Tool to perform a web search. use when you need relevant web page results for a given query.

13 actions available