Skip to main content
Glama

x402-calories-to-joules

Calories To Joules: Convert calories to joules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue to process
caloriesNoCalories to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are supplied, so the description carries the full behavioral burden, yet it discloses nothing beyond the arithmetic relationship. It does not say whether input is a number or string, whether the unit is a small calorie or a food Calorie (kcal), or what the response contains.

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 short, front-loaded sentence with zero filler; the conversion direction is stated before anything else. Nothing is wasted, though nothing extra is offered either.

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 trivial stateless converter with no annotations and no output schema, this is minimally adequate. Missing unit disambiguation (cal vs kcal) and the redundant/confusing parameter set are the remaining gaps.

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 coverage is nominally 100%, but the two schema descriptions are tautological ('Value to process', 'Calories to process'), so they disambiguate nothing. The description does not clarify why the tool takes both 'value' and 'calories', leaving the agent unable to know which field to populate.

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?

States a concrete verb and resource (convert calories to joules), and the name itself makes the direction of conversion unambiguous even against the inverse sibling x402-joules-to-calories. It stops short of explicitly naming or contrasting with that sibling, so it does not reach the top band.

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?

There is no statement of when to use this tool, when not to, or how it relates to x402-joules-to-calories. Usage is only implied by the name and description, which is the bare minimum for a one-shot conversion.

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