Skip to main content
Glama
xt765

mcp-documents-reader

by xt765

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap between tools. The sole tool's purpose is clear and unambiguous.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues