Skip to main content
Glama

x402-text-similarity

Text Similarity: Text Similarity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aNoA to process
bNoB to process
text1NoText1 to process
text2NoText2 to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.1/5.0
Behavior1/5

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

No annotations are present, so the description carries the full burden of disclosing behavior, but it discloses nothing beyond the tool's name. The agent cannot tell whether this computes a score, returns a boolean, normalizes text, or does something else entirely.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this is under-specification, not conciseness. There is no substance to structure or front-load, and the one sentence adds no usable information.

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?

With four undocumented parameters, no output schema, and many closely related sibling tools, the description is completely inadequate for an agent to invoke this tool correctly. It fails to explain even the basic input-output contract.

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?

Although schema description coverage is 100%, each parameter description is a meaningless placeholder like 'A to process' and 'Text1 to process'. The description adds no clarification about how the four parameters relate, which two should be compared, or what format the text should take, leaving agents unable to select parameters confidently.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is 'Text Similarity: Text Similarity', which is a pure tautology that merely restates the tool name. It contains no verb, no resource, and no statement of what operation the tool actually performs. It does nothing to set the tool apart from siblings such as x402-cosine-similarity, x402-jaccard-similarity, or x402-levenshtein.

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

Usage Guidelines1/5

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

There is zero guidance about when to use this tool versus any alternative. No context, conditions, or exclusions are provided, and there is no mention of which inputs should be used or how the tool should be invoked.

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