Skip to main content
Glama

Pluggedin Random Number Generator

generate_uuid

Generate cryptographically secure UUIDs (v4) in standard or compact format. Specify the number of UUIDs needed, with support for up to 100 unique identifiers per call.

Instructions

Generate a cryptographically secure UUID (v4)

Input Schema

NameRequiredDescriptionDefault
countNoNumber of UUIDs to generate
formatNoUUID formatstandard

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "Number of UUIDs to generate", "maximum": 100, "minimum": 1, "type": "integer" }, "format": { "default": "standard", "description": "UUID format", "enum": [ "standard", "compact" ], "type": "string" } }, "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