Skip to main content
Glama

MCP Rand

by turlockmike

generate_string

Create a random string of a specified length and character set, such as alphanumeric, numeric, lowercase, uppercase, or special characters.

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" }

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