mcp-documents-reader
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 |
|---|---|
| read_documentA | Reads and extracts text from a specified document file. Supports multiple document types: TXT, DOCX, PDF, Excel (XLSX, XLS). :param filename: Path to the document file to read (supports absolute or relative paths) :return: Extracted text from the document |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap between tools. The sole tool's purpose is clear and unambiguous.
The single tool follows a clean verb_noun naming convention (read + document), which is consistent and predictable. With only one tool, there are no style inconsistencies.
A single tool is too few for a document reader server. Even though the tool handles multiple formats, the surface is extremely minimal, and agents may need additional operations such as listing files or retrieving metadata.
The tool fully covers the core purpose of extracting text from various document types. However, it lacks auxiliary functions like listing available documents or fetching metadata, which are common in document management workflows.