MCP Rand

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

You must be authenticated.

Other Tools from MCP Rand

Related Tools

ID: ccd6b0hni8