docx.tables_list
List all tables in a DOCX file to identify and access table structures for programmatic processing.
Instructions
List all tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List all tables in a DOCX file to identify and access table structures for programmatic processing.
List all tables
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the operation is read-only, what 'all tables' includes (e.g., nested tables, headers/footers), or what output the agent should expect.
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: 'List all tables' carries clear intent with no filler. It is appropriately minimal for a simple zero-parameter operation.
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 zero-parameter listing tool, the description is minimally viable, but it omits important context such as what the returned table identifiers look like and how they relate to downstream tools like docx.table_edit. Since there is no output schema, the description should provide more return-value context.
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?
The tool accepts zero parameters, so the description cannot add parameter-level detail. The word 'all' usefully reinforces that no filtering is applied, which is sufficient for a parameterless tool.
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 uses a specific verb and resource: 'List all tables'. It clearly indicates a read-only enumeration of tables and is distinguishable from siblings like docx.table_edit, though it doesn't explicitly mention the current document context.
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?
There is no guidance on when to use this tool versus alternatives such as docx.table_edit or docx.list_parts. The description states what the tool does but not when it should be preferred.
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_ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server