Skip to main content
Glama
realmindsai

Configurable Command MCP Server

by realmindsai

read_docs_by_list

Extract text from multiple PDF, Word, and HTML documents using pandoc. Provide file paths to convert and read content from various document formats.

Instructions

Read multiple documents (PDF, Word, HTML) using pandoc

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYesArray of document paths to read (supports .pdf, .doc, .docx, .html, .htm)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. Adds value by disclosing the underlying engine ('using pandoc') and supported formats. However, lacks critical behavioral details: safety properties (destructive vs read-only), return value format, error handling for unsupported files, and performance characteristics (large file handling).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence of 9 words. Front-loaded with verb. Every word earns its place: identifies operation, scope, supported formats, and implementation mechanism. No redundancy or extraneous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given low complexity (single array parameter) and 100% schema coverage with pattern validation, the description adequately covers the tool's purpose and supported formats. No output schema exists; description would benefit from indicating return format, but this is not critical given the tool's narrow scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions of the 'files' array and supported extensions. Description reinforces the file types mentioned in the schema pattern but adds no additional semantic detail about path requirements, array size limits, or how the files are processed beyond 'using pandoc'. Baseline 3 appropriate for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States specific verb ('Read'), resource ('documents'), and supported formats ('PDF, Word, HTML'). Tool name confirms scope ('by_list'). Mentions implementation ('using pandoc') which adds specificity. Deducting 1 point because it doesn't clarify what 'read' means in terms of output (extracted text, raw bytes, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance provided on when to use this tool versus alternatives, prerequisites (e.g., file accessibility), or when-not-to-use. While there are no siblings, the description fails to indicate appropriate contexts (e.g., 'use this to extract text content from documents').

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/realmindsai/generic_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server