Skip to main content
Glama
xiaobenyang-com

Random-Generator

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XBY_APIKEYYes你的实际apikey (Your actual API key)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_random_integerC

Generate cryptographically secure random integers within a specified range

generate_random_floatB

Generate cryptographically secure random floating-point numbers

generate_random_bytesC

Generate cryptographically secure random bytes

generate_uuidC

Generate a cryptographically secure UUID (v4)

generate_random_stringC

Generate a cryptographically secure random string

generate_random_choiceA

Randomly select items from a given list using cryptographically secure randomness

generate_random_booleanC

Generate cryptographically secure random boolean values

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific random generation tasks (boolean, bytes, choice, float, integer, string, UUID). There is no overlap or ambiguity between tools, as each handles a different data type or selection method with cryptographically secure randomness.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'generate_random_' prefix (or 'generate_uuid'), using snake_case throughout. The naming is highly predictable and readable, making it easy to understand each tool's function at a glance.

Tool Count5/5

With 7 tools, this is well-scoped for a random generation server, covering common use cases without bloat. Each tool earns its place by addressing a specific random generation need, making the set comprehensive yet manageable.

Completeness5/5

The tool surface provides complete coverage for random generation in a typical programming context, including booleans, bytes, choices, floats, integers, strings, and UUIDs. There are no obvious gaps, and agents can handle most random generation tasks without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues