Skip to main content
Glama

diff_text

Compare two text strings to generate a unified diff showing additions, deletions, and context lines. Ideal for review agents, changelogs, and patches.

Instructions

Compare two text strings and return a unified diff showing additions (+), deletions (-), and context lines. Returns a unified diff string, or '(no differences)' when inputs are identical. Has no side effects — does not modify either input. Free. Use for review agents, changelog generation, and patch creation. Input is capped at 5000 lines per string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYesThe "before" text (original).
bYesThe "after" text (modified).
contextNoNumber of unchanged context lines around each change (default 3, max 10).
label_aNoLabel for the "before" file header (default "a").
label_bNoLabel for the "after" file header (default "b").
Behavior4/5

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

With no annotations, description covers idempotency ('Has no side effects — does not modify either input'), cost ('Free'), and limits ('Input is capped at 5000 lines per string'). Adequate behavioral disclosure.

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?

Three sentences cover output, side effects/cost, and use cases/limits. No wasted words, key info front-loaded.

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

Completeness5/5

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

Despite no output schema, description fully specifies return value ('unified diff string, or '(no differences)' when inputs are identical') and input constraints. For a 5-param tool with schema coverage, it is complete.

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?

Schema coverage is 100%, so baseline 3. Description does not add new parameter details beyond what schema provides; only implies context lines and labels via mention of 'context lines'.

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?

Description clearly states 'Compare two text strings and return a unified diff', using a specific verb and resource. It distinguishes from sibling tools like count_tokens or hash_text by being the only diff tool.

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?

Explicitly lists use cases: 'Use for review agents, changelog generation, and patch creation.' No exclusions mentioned, but context is clear.

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/icosaedro-git/toolsnap-mcp'

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