Skip to main content
Glama

x402-random

Random: Crypto-secure random. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNoLength to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / length
      Added value: +{
      +  "description": "Length to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/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 behavioral burden. It usefully discloses two traits: the randomness source is crypto-secure, and there is a quota of 5 free trial calls per signed wallet (implying auth/cost behavior). It omits the output encoding (hex, base64, alphanumeric?) and whether the result is deterministic or repeatable.

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?

Two short clauses, front-loaded with the core capability, no filler. The free-trial notice is compact and separated by an emoji marker. Slightly terse given how much is left unspecified, but nothing is wasted.

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 generator with one optional parameter and no output schema, the description is minimally adequate but leaves the single most important question unanswered: what does the generated value look like and how is its size controlled? With no output schema, the description should at least sketch the return shape.

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 single parameter is documented in the schema (albeit thinly, as “Length to process”). The description adds nothing about what 'length' means for random output (bytes vs characters, valid range, units). Baseline 3 applies when the schema does the documenting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a category and quality ("crypto-secure random") but never names the resource being produced or the output format, so an agent cannot tell what it actually returns. It also does not differentiate itself from the many sibling random generators (x402-random-range, x402-random-word, x402-uuid, x402-nanoid). The purpose is inferable but vague.

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 when-to-use, when-not-to-use, or alternative guidance. Given the crowded random/token family in the sibling list, an agent has no basis for choosing this over x402-random-range or x402-uuid. The only contextual hint is the free-trial quota, which is about cost, not selection.

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