Skip to main content
Glama

x402-mps-to-kph

Mps To Kph: Convert mps to kph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.3/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 burden of behavioral disclosure. It states only that a conversion happens, without describing input format, output format, rounding behavior, or whether it is a pure read-only operation. This is a minimal disclosure for a tool with zero annotation coverage.

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 description is a single short sentence with no bloat, but it is structurally a redundant label followed by a restatement of the name. The label 'Mps To Kph:' adds nothing, so the text is concise but not well-structured or front-loaded with new 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?

Given the absence of annotations, an output schema, and a meaningful parameter description, the description should compensate by explaining accepted input format and expected output. Instead, it only repeats the tool name, leaving an agent without enough context to call the tool confidently beyond guessing the input format.

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 parameter is documented in the schema (albeit generically as 'Value to process'). The description adds no additional meaning about the 'value' parameter, but per the rubric the baseline is 3 when schema coverage is high. The description neither helps nor hurts parameter understanding.

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

Purpose2/5

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

The description restates the tool name almost verbatim: 'Mps To Kph: Convert mps to kph.' It does not add any information beyond what the name already conveys, and it fails to distinguish this tool from the many sibling conversion tools (e.g., x402-mps-to-mph, x402-kph-to-mps). This is a tautology.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, context, or sibling tools such as x402-speed-convert or x402-mps-to-mph. There is simply no usage information.

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