Skip to main content
Glama

docx_assess_patchset

Analyze a PatchSet for a Word document, reporting risks, touched objects, and precondition gaps. Enables safe, incremental editing assessment.

Instructions

Read-only. Resolve PatchSet targets and report risks, touched objects and precondition gaps. Defaults to the .NET Open XML backend when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNoauto
patchsetYes
docx_pathYes
Behavior3/5

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

The description correctly labels the tool as read-only, which is critical for an agent to understand it won't modify data. No other behavioral traits (e.g., permissions, rate limits) are mentioned, and there are no annotations to supplement. The backend default is a minor behavioral detail.

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 at two sentences, with the core purpose front-loaded. However, it could be structured more clearly, perhaps separating the purpose from the backend default. Still, it is efficient and avoids verbosity.

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

Completeness2/5

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

Given the lack of an output schema and the presence of many similar siblings, more context is needed. The description does not explain what the tool returns (e.g., a report object), nor how it differs from docx_plan_patchset or docx_preflight_patchset. This gap could lead to incorrect tool selection.

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

Parameters2/5

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

Among three parameters, only the 'engine' parameter's default behavior ('Defaults to the .NET Open XML backend when available') is described. The 'patchset' and 'docx_path' parameters receive no explanation, and the schema itself lacks descriptions (0% coverage), leaving the agent to guess their meaning.

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 is read-only and its purpose: to resolve PatchSet targets and report risks, touched objects, and precondition gaps. This is specific and distinguishes it from write-oriented siblings like docx_apply_patchset.

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 indicates it is read-only, implying it is safe to use without side effects. However, it does not explicitly state when to use this tool versus alternatives like docx_preflight_patchset or docx_dry_run_patchset, leaving the agent to infer.

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/flyfish-dev/word-ai'

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