Skip to main content
Glama

x402-answer-score

Answer Score: Score an answer against expected keywords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText to process
inputNoInput to process
labelNoLabel to process
labelsNoLabels to process
contentNoContent to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / text
      Added value: +{
      +  "description": "Text to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.4/5.0
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 behavioral burden, and it does almost none of it. It does not state that this is a pure read/compute operation, whether it needs external auth, what the score means (match count, ratio, similarity), or what the caller receives. "Score" is the only behavioral signal.

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

Conciseness3/5

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

The definition is a single short sentence with no padding, which is structurally fine and front-loaded. However, brevity here is under-specification rather than efficiency, and the redundant "Answer Score:" label consumes the opening position without adding information.

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 tool with five ambiguous, all-optional string parameters, no annotations, and no output schema, one sentence is not enough. Nothing tells the agent which parameters are mandatory in practice or what a valid invocation looks like, so the definition is incomplete for its actual complexity.

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

Parameters2/5

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

Schema description coverage is nominally 100%, but every parameter description is a tautological placeholder ("Text to process", "Label to process"), so no real semantics are conveyed. The five overlapping names (text, input, label, labels, content) are impossible to map: the description mentions an "answer" and "expected keywords" but never says which field holds which, leaving the agent unable to fill the schema correctly.

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

Purpose3/5

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

The description gives a verb+resource ("Score an answer against expected keywords"), so the general intent is legible. But the "Answer Score:" prefix merely restates the tool name, and it does not distinguish this tool from siblings such as x402-content-score, x402-sentiment-score, x402-f1-score, or x402-recall. An agent cannot tell which scoring tool is appropriate.

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?

There is no guidance on when to use this tool versus the many other scoring tools in the sibling list, and no prerequisites or exclusions are stated. The only cue is the phrase "expected keywords," which is not enough to route between alternatives.

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