Skip to main content
Glama

x402-pounds-to-kg

Pounds To Kg: Convert pounds to kg.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue to process
poundsNoPounds to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

B3.4/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 full burden. It states the operation is a conversion (read-only, deterministic, non-destructive by nature) but doesn't disclose output format, rounding, precision, or handling of invalid input. For a trivial pure function this is a minor gap, warranting a 3.

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?

The description is a single efficient sentence, front-loaded with the tool's purpose. It earns its place without padding, though it is minimal.

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?

There is no output schema and no annotations, and the description doesn't explain the return value (number vs. string, units in result) or resolve the duplicate-parameter ambiguity. For a trivial conversion tool this is minimally adequate, but a sentence on output format would materially help.

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 schema technically documents both parameters. However, the parameter semantics are confusing: both 'value' and 'pounds' are present as string fields with overlapping, redundant descriptions ('Value to process' vs 'Pounds to process'), and the description does not clarify which one to use or whether both are needed. Baseline 3 applies since the schema supplies descriptions, but the ambiguity is 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 (Convert) and both source and target units (pounds to kg), making the operation immediately clear. Sibling tools like x402-kg-to-pounds exist for the reverse direction, but the description doesn't need to call that out given the self-evident naming convention across the family.

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?

The name and description imply a straight unit conversion, so usage is largely self-evident. No explicit when-to-use vs. alternatives guidance is given, but for a single-purpose conversion in a large uniform family, the context is sufficient. Score reflects adequate implied guidance rather than explicit routing.

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