Skip to main content
Glama

x402-mb-to-gb

Mb To Gb: Convert mb to gb.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mbNoMb to process
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It does not state whether the conversion is decimal (1 GB = 1000 MB) or binary (1 GB = 1024 MB), what happens with invalid input, or what the return format looks like. For a bare unit-conversion tool this is a modest but real gap.

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 sentence with no wasted clauses, and the resource pair is front-loaded. It is under-specified rather than over-long, so conciseness itself is fine.

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

Completeness2/5

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

With no annotations, no output schema, and a two-parameter schema whose own descriptions are tautological, the definition leaves the agent without the unit convention, input expectations, or return shape. Given how little structured data exists to lean on, the description should do considerably more.

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 100%, but the schema descriptions are themselves near-tautological ('Mb to process', 'Value to process'), leaving real ambiguity: with two parameters named mb and value, an agent cannot tell which is operative or how they relate. The description adds nothing to resolve this, so it does not compensate for the low-quality parameter documentation.

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 specific verb (convert) and resource pair (mb to gb), making the direction of conversion unambiguous even against the sibling x402-gb-to-mb. It is not merely a restatement of the name — it names the source and target units — but it offers no further scope such as rounding behavior or accepted input formats.

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?

No when-to-use or when-not-to-use guidance is given. The sibling x402-gb-to-mb performs the inverse operation, and while the direction is inferable from the name, the description never explicitly routes the agent between the two or notes edge cases like decimal vs binary megabytes.

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