Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_bytes

Create cryptographically secure random bytes for encryption or data security. Specify length and encoding (hex, base64, binary) for tailored output. Ideal for secure key generation or sensitive data handling.

Instructions

Generate cryptographically secure random bytes

Input Schema

NameRequiredDescriptionDefault
encodingNoOutput encoding formathex
lengthNoNumber of random bytes to generate

Input Schema (JSON Schema)

{ "properties": { "encoding": { "default": "hex", "description": "Output encoding format", "enum": [ "hex", "base64", "binary" ], "type": "string" }, "length": { "default": 32, "description": "Number of random bytes to generate", "maximum": 1024, "minimum": 1, "type": "integer" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeriTeknik/pluggedin-random-number-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server