Skip to main content
Glama

x402-text-diff

Text Diff: Compute text differences. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aNoA to process
bNoB to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It states the operation and a 5-free-trial-calls-per-wallet constraint, but says nothing about output format, read-only-ness, or whether the diff is line-level or character-level. The trial note is the only behavioral context beyond the bare operation.

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 compact and front-loaded: the core purpose appears first, followed by a single short caveat about trial calls. There is no filler or redundancy, though the functional portion is quite thin.

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?

With no output schema and no annotations, the description must explain what 'text differences' actually returns (unified diff, patch, list of changes?) and what the parameters mean; neither is addressed. The trial-limit note adds one useful constraint, but significant gaps remain for an agent deciding whether and how to invoke this tool.

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 description coverage is 100%, so the baseline is 3. The description adds almost nothing beyond implying that a and b are the two texts to compare, and the schema's own descriptions ('A to process', 'B to process') are tautological, so neither source conveys meaningful parameter semantics.

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 states a clear verb+resource pair ('Compute text differences') and the 'text' qualifier narrows scope versus siblings like x402-json-diff and x402-diff-array. It does not explicitly differentiate from x402-difference, x402-levenshtein-distance, or x402-string-similarity, and it leaves the output granularity (line, character, word) unspecified.

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 when-to-use guidance is provided. The description gives no exclusions, prerequisites, or selection criteria, and the sibling list contains several plausible alternatives (x402-json-diff, x402-diff-array, x402-difference, x402-levenshtein) that an agent would have no way to disambiguate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources