Skip to main content
Glama
aspose-words

Aspose.Words MCP

Official
by aspose-words

replace_text

Replace specific text in a document using options for case sensitivity, whole word matching, or regular expressions to control the replacement scope.

Instructions

Replace text in the document with case/scope and regex options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
find_textNo
replace_textNo
search_textNo
replacement_textNo
replace_allNo
case_sensitiveNo
whole_wordNo
use_regexNo
join_runsNo
ignore_redundantNo
ignore_insignificantNo
ignore_spacingNo
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It only states basic options (case/scope/regex) but fails to mention destructive nature, all-or-nothing behavior (replace_all defaults true), or permission needs. This is insufficient for a mutation tool.

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 a single, concise sentence of 11 words with front-loaded action. Every word contributes meaning without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 13 parameters, no output schema, and no annotations, the description provides no context about return values, behavior on failure, or usage steps. It is far from complete for effective tool invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 13 parameters (e.g., doc_id, find_text, replace_text). It only vaguely references 'case/scope and regex options', adding no semantic value beyond the schema itself.

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 states the verb 'replace' and the resource 'text in the document', and mentions options like case sensitivity, scope, and regex. However, it does not explicitly differentiate from sibling tools like 'find_text' or 'format_text', though the action is distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, nor are there any exclusions or prerequisites. The description implies usage for text replacement but lacks explicit context.

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/aspose-words/Aspose.Words-MCP'

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