Skip to main content
Glama

verify_redaction

Scan Word XML to verify redaction: confirm patterns appear nowhere—visible text, tracked changes, fields, metadata, hyperlinks. Read-only; binary parts reported as not examined.

Instructions

Re-scan a document for the given patterns without changing anything: do they still appear ANYWHERE in the XML (visible text across fragmented runs, deleted tracked-change text, field instructions, attributes, metadata, hyperlink targets)? Use it to audit a third-party file or a file redacted elsewhere. clean=True covers every XML part; binary parts (images, OLE objects) are listed under not_examined, never silently trusted. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetsYes
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden, and it does well by enumerating scan scope: fragmented runs, tracked deletions, field instructions, attributes, metadata, and hyperlink targets. It also reveals that binary parts are listed under not_examined rather than silently trusted. The unexplained 'clean=True' reference is a notable gap since no such parameter exists in the input schema.

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 fairly dense and front-loads the core purpose before enumerating the scan scope. Some redundancy exists between 'without changing anything' and 'Read-only', and the unexplained 'clean=True' adds noise, but overall it remains efficient and easy to parse.

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?

The description gives strong context on use cases, read-only behavior, XML coverage, and binary handling, which is substantial for an audit tool. However, it is incomplete because it references 'clean=True' without support for it in the schema and does not define the pattern format, leaving important invocation details unresolved.

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?

Schema description coverage is 0%, so the description must compensate for the lack of parameter documentation. It only loosely implies that 'targets' are patterns and that file_path points to a document, but it does not explain the expected structure of targets or the file_path handling, leaving the agent with inadequate parameter-level guidance.

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 identifies verify_redaction as a read-only rescan that checks whether given patterns still appear anywhere in the XML, including hidden locations. It is distinguishable from sibling tools like redact_text and find_text by its explicit audit framing, though it does not name alternatives and introduces the ambiguous 'clean=True' flag.

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 states when to use the tool: to audit a third-party file or a file redacted elsewhere. The 'without changing anything' and 'Read-only' wording clearly signal it is not for performing redaction, but it does not explicitly name alternatives or state when not to use it.

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/nometalalchemist/KitchenSink4Word'

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