Skip to main content
Glama

x402-miles-to-km

Miles To Km: Convert miles to km.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
milesNoMiles to process
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / miles
      Added value: +{
      +  "description": "Miles to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / value
      Added value: +{
      +  "description": "Value to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden, but for a stateless pure conversion there is little behavior to disclose. Still, it says nothing about output format, rounding, or whether non-numeric input is handled, so the transparency is minimal.

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?

It is short and front-loaded, but the entire sentence merely echoes the tool name, so it earns little of its place. Conciseness without added information is under-specification, not efficiency.

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 two-parameter tool whose parameters are ambiguous and unnamed in the description, this is inadequate. No output schema exists, so the description could at least hint at the returned unit/value, but it does not.

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 coverage is high, but the schema is itself confusing: two string parameters, 'miles' and 'value', both described as 'Miles to process'/'Value to process', appear redundant. The description does nothing to clarify which parameter is authoritative or how the two interact, leaving a real ambiguity unresolved.

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 specific verb and resource ('Convert miles to km'), so the operation is unambiguous and an agent can identify it. However, it is essentially a restatement of the tool name, offering no differentiation from the sibling x402-km-to-miles beyond the direction implied by the name itself.

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 versus alternatives. The obvious sibling x402-km-to-miles (the reverse conversion) is never mentioned, and nothing indicates input expectations or edge cases.

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