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 adds useful context beyond basic functionality: it specifies the file_path must be an absolute path (not relative), mentions it uses 'NiuTrans Document Api', and implies it's for reading/parsing (not editing). However, it doesn't cover potential errors, rate limits, authentication needs, or output behavior details.

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 and front-loaded, starting with the core functionality. However, the second sentence about prioritization could be integrated more smoothly, and the final API mention feels slightly tacked on. Overall, it's efficient with minimal waste.

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's moderate complexity (file parsing/conversion), no annotations, and the presence of an output schema (which handles return values), the description is reasonably complete. It covers purpose, usage priority, parameter nuance, and API context, though it could benefit from more behavioral details like error handling or limitations.

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 description coverage is 100%, so the schema already documents the single parameter (file_path) with its format support. The description adds marginal value by emphasizing the absolute path requirement and mentioning the API name, but doesn't provide additional syntax, examples, or constraints beyond what the schema states.

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 with specific verbs ('Convert', 'reading') and resources ('PDF, Word, Excel, and PPT files', 'Markdown format'), including the conversion target format. It explicitly mentions the tool's scope (office files) and distinguishes it by labeling it as 'optimal' and 'should be prioritized', though no sibling tools exist for comparison.

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 clear usage context by stating this is 'the optimal tool for reading such office files and should be prioritized for use', which gives strong guidance on when to use it. However, it lacks explicit alternatives or exclusions (e.g., when not to use it), and no sibling tools exist to differentiate from.

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.

  1. 1 tool update
    • First observedparse_document_by_path

TDQS

A3.8/5.0

Scored across 1 tool

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
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers