Skip to main content
Glama

edit_document

Replace a specific text string within a document with new content. Provide the document ID, exact old text, and new text to update the document.

Instructions

Edit a document by replacing a string in the documents content with a new string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesId of the document that will be edited
new_strYesThe new text to insert in place of the old text
old_strYesThe text to replace. Must match exactly, including whitespace
Behavior2/5

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 states that a string is replaced, but does not disclose whether all occurrences are replaced or only the first, whether the edit is irreversible, or what permissions are required. The schema mentions exact matching for old_str, but the description adds little beyond the basic mutation action.

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 a single concise sentence that front-loads the action and object. There is no wasted content. The missing apostrophe in 'documents content' is a minor style issue and does not harm clarity.

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

Completeness2/5

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

For a mutating tool with no annotations and no output schema, the description omits important contextual details such as occurrence scope, return value, and side effects. The schema covers parameter semantics, but the overall tool definition leaves meaningful behavioral uncertainty for an agent deciding whether and how to invoke it.

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?

The input schema has 100% description coverage for all three parameters (doc_id, new_str, old_str), so the baseline is 3. The description adds no parameter-specific detail beyond the schema, but none is strictly necessary because the schema already explains the parameters clearly.

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 uses a specific verb and resource: 'Edit a document by replacing a string in the documents content with a new string.' This clearly distinguishes it from the sibling read_doc_contents, which is a read operation. An agent can immediately tell what the tool does and how it differs.

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 usage is implied: use this tool when a document's content needs a string replacement. However, the description does not explicitly mention when to prefer read_doc_contents instead, nor does it state exclusions such as 'not for reading' or 'not for structural edits.' The comparison to the sibling is left to inference.

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/ziasial7425/MCP-Server'

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