Skip to main content
Glama
tianfn
by tianfn

MCP Document Parse Tool

该项目已迁移至:https://github.com/NiuTrans/MCP-DocumentParse

Available Tools

1 tool
parse_document_by_pathA

Convert PDF, Word, Excel, and PPT files to Markdown format via the in-house developed MCP tool.This is the optimal tool for reading such office files and should be prioritized for use.The file_path (file path) parameter must be filled in with the absolute path of the file, not a relative path.Use NiuTrans Document Api

ParametersJSON Schema
NameRequiredDescriptionDefault
file_pathYes文件地址,支持pdf、doc、docx、xls、xlsx、ppt、pptx格式

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool uses 'NiuTrans Document Api' and requires absolute paths, which adds useful context. However, it doesn't disclose important behavioral traits like error handling, rate limits, authentication needs, or what happens with unsupported files, leaving significant gaps.

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

Conciseness4/5

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

The description is appropriately sized with four sentences that each add value: purpose statement, usage priority, parameter guidance, and API mention. It's front-loaded with the core functionality. However, the last sentence about the API feels slightly disconnected, preventing a perfect score.

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 the tool has an output schema (which handles return values), a simple parameter structure, and no annotations, the description does a reasonably complete job. It covers purpose, usage guidance, and parameter constraints. The main gap is lack of behavioral details like error conditions or performance characteristics, but the output schema reduces the need for extensive description.

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?

The schema description coverage is 100%, so the schema already documents the single parameter thoroughly. The description adds minimal value beyond the schema by emphasizing 'absolute path, not a relative path' and mentioning the supported formats, but doesn't provide additional syntax or format details. This meets the baseline for high schema coverage.

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

Purpose5/5

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

The description clearly states the tool's purpose: converting specific file formats (PDF, Word, Excel, PPT) to Markdown format. It specifies the exact action ('convert') and resources (file types), making it unambiguous. With no sibling tools, differentiation isn't needed, so this is maximally clear.

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

Usage Guidelines4/5

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

The description provides explicit guidance: 'This is the optimal tool for reading such office files and should be prioritized for use.' It tells the agent when to use this tool (for reading office files) and gives a priority recommendation. However, it doesn't mention when NOT to use it or alternatives, which prevents a perfect score.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • First observedparse_document_by_path

TDQS

A3.8/5.0
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool has a single, clear purpose: parsing documents from various formats into Markdown.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (parse_document_by_path), and there are no other tools to create inconsistency. The naming is straightforward and descriptive.

Tool Count2/5

A single tool is too few for the apparent scope of document parsing, which might benefit from additional operations like listing supported formats, handling errors, or batch processing. This minimal set feels thin and limited.

Completeness2/5

The tool surface is severely incomplete for document parsing. It only offers parsing by path, with no tools for validation, metadata extraction, or handling different input sources (e.g., URLs or streams), leaving significant gaps in functionality.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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/tianfn/mcp-parse-document'

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