Skip to main content
Glama

x402-kph-to-knots

Kph To Knots: Convert kph to knots.

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

B3.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the disclosure burden, but for a pure deterministic unit conversion there is little behavior to disclose; the read-only, side-effect-free nature is self-evident. It still omits the conversion constant, rounding/precision behavior, and the shape of the returned result.

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?

A single compact sentence with the operation front-loaded and zero filler. It is efficient, though its brevity is partly under-specification rather than deliberate density.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, no-output-schema conversion tool this is minimally sufficient: the agent knows what goes in and what comes out. Missing details such as output format or precision limits make it adequate rather than complete.

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 coverage is 100% and the tool has a single parameter, so the schema does the heavy lifting; the description adds nothing about the input beyond implying it is a kph figure. Under the rubric, full schema coverage sets the baseline at 3 regardless of description silence.

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 states a specific verb and resource pair ("Convert kph to knots"), so the direction of the conversion is unambiguous. However, it adds essentially nothing beyond what the tool name already conveys and does not distinguish itself from near-neighbors such as x402-knots-to-kph, x402-kph-to-mps, or x402-speed-convert.

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

Usage Guidelines3/5

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

Usage is only implied by the tool's nature: an agent can infer this is the tool for converting a speed value in kph to knots. There is no statement of when to prefer it over x402-units-convert or the many other paired conversion tools, and no exclusions or preconditions given.

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