Skip to main content
Glama

Random Number Generator

Server Details

Generates cryptographically random integers in a given range, using crypto/rand.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools. The tool's purpose is fully self-contained and unambiguous.

Naming Consistency5/5

The tool name 'random_int' uses a clean lowercase_with_underscore format and accurately describes its function. As the only tool, there is no inconsistency to compare against.

Tool Count4/5

One tool is slightly below the typical 3-15 range, but the server's scope is narrowly defined as random integer generation. The count feels appropriate for that purpose rather than excessively thin.

Completeness5/5

The tool fully covers the core domain of generating random integers, with configurable range, count, and cryptographic security. There are no obvious gaps for the stated purpose.

Available Tools

1 tool
random_intAInspect

Generates cryptographically random integers in [min, max] (inclusive), using crypto/rand — an actual random value, not a guess. count defaults to 1, max 1000.

ParametersJSON Schema
NameRequiredDescriptionDefault
maxYesupper bound, inclusive; must be >= min
minYeslower bound, inclusive
countNohow many numbers to generate, 1-1000, default 1

Output Schema

ParametersJSON Schema
NameRequiredDescription
numbersYes

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the use of crypto/rand, the inclusive nature of the range, count defaults and limits, and emphasizes actual randomness. It does not mention error conditions, but the schema covers bounds constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first front-loads the core function and cryptographic property, the second states limits. Every sentence earns its place, and there is no filler beyond the mild rhetorical flourish 'not a guess'.

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

Completeness4/5

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

For a simple generation tool, the description is complete: it covers range, cryptographic nature, count limits, and defaults. The schema fully documents parameters and an output schema exists, so missing return-format details are handled elsewhere. Minor gaps like invalid input handling are not essential.

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 baseline is 3. The description adds little parameter-specific meaning beyond the schema: it repeats the count default and inclusive bounds already present in the property descriptions. It does not introduce new parameter details.

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

Purpose5/5

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

The description states a specific verb ('generates'), a precise resource ('cryptographically random integers'), and the exact inclusive range [min, max]. It is unambiguous and distinguishes the tool's core function even without sibling tools to compare against.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys a clear usage context: use when cryptographically secure random integers are needed, explicitly contrasting with 'not a guess'. It lacks explicit when-not-to-use guidance, but with no sibling tools or alternatives mentioned, the context is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedrandom_int

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Cryptographically secure random number generation and randomized resources, including tools for numbers, strings, dice rolls, UUIDs, and passphrases.
    4
    -
  • F
    license
    B
    quality
    C
    maintenance
    Generates random integers within a specified range and random alphanumeric strings of specified length through MCP protocol integration.
    2
    -
  • A
    license
    A
    quality
    D
    maintenance
    Provides random number generation utilities, including a secure UUID generator powered by Node's crypto module.
    7
    21 npm
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables to generate cryptographically-random passwords and PINs with control over character sets and length. Returns the password(s) and their entropy in bits.
    4 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources