docx.comments_list
Lists all comments in a DOCX document using its document ID.
Instructions
List comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID |
Lists all comments in a DOCX document using its document ID.
List comments
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID |
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. 'List comments' implies a read-only operation but does not describe the return format, scope, ordering, or whether any side effects occur. The description adds almost no behavioral detail beyond the operation name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded, with no wasted words. However, it is so terse that it borders on under-specification, providing little more than the tool name itself and omitting useful context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter listing tool, 'List comments' is minimally adequate. However, with no output schema and no behavioral detail, the description does not fully inform the agent about what the returned comments look like or what exactly is listed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: docId is documented as 'Document ID'. The description adds no parameter-level meaning, but the schema already fully accounts for the single parameter, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('List') and resource ('comments'), clearly identifying the operation. It is understandable on its own, though it does not explicitly differentiate itself from sibling tools like comments_add or comments_delete beyond the obvious contrast.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives such as comments_add or comments_delete. The description does not mention context, prerequisites, or exclusions, leaving the agent to infer appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mavline/docx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server