x402-knots-to-kph
Knots To Kph: Convert knots to kph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to process |
Knots To Kph: Convert knots to kph.
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to process |
Changes observed during successful MCP inspections.
Input schema / properties / valueAdded value: +{
+ "description": "Value to process",
+ "type": "string"
+}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 discloses nothing: no note that this is a pure, side-effect-free computation, no input format (numeric string?), no output format or rounding behavior. For a trivial converter the risk is low, but the description adds no behavioral context at all.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short clauses with the conversion direction front-loaded and no filler. It is efficient, though it borders on restating the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter pure conversion with no output schema, the minimum needed is an input unit, expected format, and result unit. The description covers only the direction of conversion, leaving format questions unanswered, so it is barely adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
One parameter named 'value' whose schema description is the generic 'Value to process', which conveys nothing. Although coverage is nominally 100%, the content is uninformative, and the description does not compensate by stating that the input must be a speed in knots or what unit/format is expected.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource ('Convert knots to kph') and, crucially, the direction of conversion, which distinguishes it from the sibling x402-kph-to-knots. It does not name that sibling explicitly, so it stops short of full sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use context, no mention of the inverse tool (x402-kph-to-knots) or the general converters (x402-speed-convert, x402-units-convert). The agent must infer the routing decision entirely from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.