Skip to main content
Glama

xpath_query

Run XPath queries against DOCX document parts with pre-bound namespaces to extract paragraphs, text content, or styled elements.

Instructions

Run XPath against any DOCX part. Pre-bound namespaces: w, w14, r, wp, a, mc.

Examples: xpath="//w:p" — all paragraphs xpath="//w:t/text()" — all text content xpath="//w:p[w:pPr/w:pStyle/@w:val='Heading1']" — Heading 1 paragraphs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partNoword/document.xml
xpathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states the action and pre-bound namespaces but does not mention read-only nature, performance characteristics, or error handling. The examples help but leave gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences plus examples, all front-loaded with purpose. Every sentence adds value, and examples are directly useful. No wasted words.

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 simplicity, the description covers main use and provides examples. It does not explain the output despite an output schema existing, and lacks mention of read-only behavior. Still adequate for a straightforward query tool.

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?

With 0% schema coverage, the description adds the 'part' default and explains 'xpath' with examples. However, it does not enumerate valid parts or describe the xpath parameter's syntax beyond examples, missing full parameter documentation.

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 'Run XPath against any DOCX part' with pre-bound namespaces and three concrete examples, making the tool's purpose distinct from siblings like read_part or search_text.

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 indicates when to use (for XPath queries on DOCX parts) and provides namespace info. It does not explicitly state when not to use or mention alternatives, but sibling context implies usage boundaries.

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/Arvindh95Censof/grp-docx-mcp'

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