Skip to main content
Glama

x402-temp

Temp: Convert between temperature units.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoFrom to process
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden. It only says 'convert,' implying a transformation, but does not disclose supported units, expected input format, output structure, or edge cases. This is insufficient for an agent to predict the tool's behavior in practice.

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 with no wasted words. However, the 'Temp:' prefix is a bare label, and the brevity sacrifices explanatory value, so it is not a model of structured communication.

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

Completeness1/5

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

For a tool with no annotations, no output schema, and ambiguous parameters, the one-line description is severely incomplete. The agent cannot determine what to pass in, what units are supported, or what result to expect, and the large sibling set makes the lack of differentiation even more problematic.

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 descriptions are generic placeholders ('From to process', 'Value to process'), and the tool description adds no clarity. The description does not explain what 'from' means, whether a target unit is needed, or what format 'value' should take, leaving the 2-param invocation ambiguous.

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 between temperature units.' This is clear about the tool's domain. However, it does not distinguish it from near-identical siblings like x402-temperature-convert or x402-temperature, so it lacks differentiation.

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 gives no guidance on when to use this tool versus alternatives. With many similarly named temperature tools in the sibling list, an agent cannot determine why x402-temp is the right choice, and there are no stated exclusions or prerequisites.

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