Skip to main content
Glama
chyinan

MCP Word Commander

by chyinan

get_document_info

Retrieves an overview of a Word document, including paragraph and table counts and brief paragraph summaries, to quickly assess document structure before reading the full content.

Instructions

获取 Word 文档的基本信息概览,包括段落数、表格数、各段落的简要信息。 用于在读取完整内容前快速了解文档结构。

Args: file_path: 文档路径

Returns: JSON 格式的文档概览信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool returns a JSON overview but does not disclose any side effects, permissions needed, or detailed behavior (e.g., whether it is read-only). The behavioral description is minimal.

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 concise and structured with a main purpose line, an Args section, and a Returns section. It is front-loaded and contains no unnecessary words, though the parameter description is too brief.

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

Completeness3/5

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

Given that an output schema exists (though not shown), the description partially covers what is returned (paragraphs, tables, brief paragraph info). However, it lacks detail on the exact structure and omits whether other elements like images are included, leaving some gaps.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the description must add meaning. It simply repeats the parameter name '文档路径' (file path) without providing any additional context, format, or example. The parameter is not explained beyond its existence in the schema.

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?

The description clearly states that the tool retrieves an overview of a Word document, including paragraph and table counts and brief paragraph info, which distinguishes it from other tools like read_document_structure that likely provide full content. However, it does not explicitly name the sibling alternative.

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

Usage Guidelines3/5

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

The description implies usage before reading full content ('用于在读取完整内容前快速了解文档结构'), which provides a usage context. It does not mention when not to use or explicitly compare to sibling tools, leaving some ambiguity.

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/chyinan/MCP-Word-Commander'

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