Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_string

Create cryptographically secure random strings of specified length, charset, and quantity using a reliable MCP server tool. Ideal for secure data generation in applications.

Instructions

Generate a cryptographically secure random string

Input Schema

NameRequiredDescriptionDefault
charsetNoCharacter set to usealphanumeric
countNoNumber of random strings to generate
lengthNoLength of the random string

Input Schema (JSON Schema)

{ "properties": { "charset": { "default": "alphanumeric", "description": "Character set to use", "enum": [ "alphanumeric", "alphabetic", "numeric", "hex", "base64", "ascii_printable" ], "type": "string" }, "count": { "default": 1, "description": "Number of random strings to generate", "maximum": 100, "minimum": 1, "type": "integer" }, "length": { "default": 16, "description": "Length of the random string", "maximum": 256, "minimum": 1, "type": "integer" } }, "required": [], "type": "object" }
Install Server

Other Tools from Pluggedin Random Number Generator

Related Tools

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