Skip to main content
Glama

redact_text

Replace specified text with black rectangles for true redaction using exact matches or regex patterns.

Instructions

True redaction: remove text and replace with black rectangle. Use exact_text or pattern.

Args: pattern: Regex pattern to match run text. para_ids: Optional list of paragraph paraId values to limit scope. exact_text: Exact string to match against run text. reason: Reason for redaction (stored in log).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
patternNo
para_idsNo
exact_textNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries full burden. It discloses core behavior (remove and replace with black rectangle) and logging via reason, but does not address reversibility, permissions, or impact on tracked changes. Adequate but shallow.

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: two introductory sentences followed by a clear argument list. No unnecessary words, though the args could be formatted as a table. Effectively front-loaded with purpose.

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?

Given the presence of an output schema, the description does not need to detail return values, but it could mention the mutation's effect on the document state. The description provides sufficient context for a redaction tool with 4 parameters.

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

Parameters4/5

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

With 0% schema description coverage, the description adds meaning for all parameters: pattern (regex), para_ids (optional scope), exact_text (exact match), reason (audit log). This significantly aids parameter understanding beyond the schema.

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 explicitly states 'True redaction: remove text and replace with black rectangle', using a specific verb-resource pair and distinguishing this tool from siblings like 'delete_text' or 'replace_text' by highlighting the unique outcome of a black rectangle.

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 mentions 'Use exact_text or pattern', providing a hint for invocation but lacks explicit guidance on when to choose this tool over alternatives (e.g., delete_text, scrub_pii, replace_text). No when-not-to-use or exclusion cases are stated.

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