Skip to main content
Glama

x402-random-phone

Random Phone: Generate a random phone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoCountry to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / country
      Added value: +{
      +  "description": "Country to process",
      +  "type": "string"
      +}
    • removedInput schema / properties / n
      Removed value: -{
      -  "description": "N to process",
      -  "type": "string"
      -}
    • removedInput schema / properties / value
      Removed value: -{
      -  "description": "Value to process",
      -  "type": "string"
      -}
  2. First observed

TDQS

C2.9/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 never states the output format (E.164, national format, digits only), whether the number is fictitious or plausibly valid, or how the country parameter changes behavior. For a generator with zero annotation coverage this is a notable 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, front-loaded with the tool's action, with no filler or repetition. It is efficient, though it borders on under-specification rather than tight writing.

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 one optional parameter, no output schema, and no annotations, the description should at least describe the returned phone format and the effect of the country input. Neither is covered, so an agent cannot predict the result shape or the parameter's expected values.

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 coverage is 100%, so the single optional parameter is documented in the schema, establishing the baseline of 3. However, the description adds nothing to the schema's vague text ("Country to process"), leaving the expected format (ISO code, country name?) unexplained in both places.

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 clear verb and resource ("Generate a random phone"), which is unambiguous about what the tool returns. It does not distinguish itself from the many other x402-random-* siblings, but the purpose itself is specific and accurate.

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 guidance on when to use this versus alternatives (e.g. x402-random-name, x402-phone-validator, x402-validate-phone), and no indication of use cases or prerequisites. The agent must infer usage entirely from the name.

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