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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Writer authenticates with an API key. Generate the credential in your Writer account, then paste it into FlyMyAI the first time an agent uses a Writer action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Writer API Key | The API key used for authenticating requests to the Writer API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
WRITER_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. | question, graph_ids |
WRITER_CHAT_COMPLETION | Tool to generate chat-based completions. use when you need conversational ai responses; call after assembling system and user messages. | messages |
WRITER_CREATE_KNOWLEDGE_GRAPH | Tool to create a new knowledge graph. use after defining nodes and edges to persist the graph. | name, nodes, edges |
WRITER_DELETE_GRAPH | Tool to delete a knowledge graph by its id. use when you need to remove a graph after confirming its identifier. | graph_id |
WRITER_LIST_APPLICATIONS | Tool to list all no-code agent applications. use when you need to retrieve all registered applications. | - |
WRITER_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. | - |
WRITER_LIST_GRAPHS | Tool to retrieve a list of knowledge graphs. use when you need an overview of existing graphs. | - |
WRITER_LIST_MODELS | Tool to list all available language models. use when you need to discover which models can be used for completions. | - |
WRITER_MEDICAL_COMPREHEND | 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. | text |
WRITER_RETRIEVE_GRAPH | Tool to retrieve a knowledge graph by its id. use when you need details of an existing graph. | graph_id |
WRITER_TEXT_GENERATION | Tool to generate text based on a given prompt. use when you need model-driven completions after crafting a prompt. | model, prompt |
WRITER_UPDATE_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. | graph_id |
WRITER_WEB_SEARCH | Tool to perform a web search. use when you need relevant web page results for a given query. | query |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Writer!