mcp-document-assistant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_documentsA | Return a list of all available document IDs. |
| read_documentA | Return the contents of a document given its document ID. |
| edit_documentC | Edit the contents of an existing document. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| format | Rewrites the contents of a document in Markdown format. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_document_ids | Return all available document IDs. |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: listing document IDs, reading a document's contents, and editing an existing document. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: list_documents, read_document, edit_document. The naming is predictable and easy to infer.
With only 3 tools, the server is tightly focused on core document operations. Each tool serves a distinct need, and the count is well within the ideal range.
The tool surface covers listing, reading, and editing documents but lacks create and delete operations, which are fundamental to document lifecycle management. This is a significant gap that will likely force agents to rely on external processes for these actions.