Skip to main content
Glama

MCP Rand

by turlockmike

generate_string

Create random strings with customizable length and character sets (alphanumeric, numeric, lowercase, uppercase, special). Ideal for generating secure passwords, tokens, or unique identifiers.

Instructions

Generate a random string with specified length and character set

Input Schema

NameRequiredDescriptionDefault
charsetNoCharacter set to use (alphanumeric, numeric, lowercase, uppercase, special). Defaults to alphanumeric.
lengthNoLength of the string to generate. Defaults to 10.

Input Schema (JSON Schema)

{ "properties": { "charset": { "description": "Character set to use (alphanumeric, numeric, lowercase, uppercase, special). Defaults to alphanumeric.", "enum": [ "alphanumeric", "numeric", "lowercase", "uppercase", "special" ], "type": "string" }, "length": { "description": "Length of the string to generate. Defaults to 10.", "type": "number" } }, "type": "object" }
Install Server

Other Tools from MCP Rand

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/turlockmike/mcp-rand'

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