Skip to main content
Glama

UUID MCP Provider

by prazedotid

generateUuid

Generate UUID v7 identifiers using timestamp-based input for chronological sorting. Specify count to produce multiple unique IDs in one request.

Instructions

Generate one or more UUID v7s (timestamp-based). Specify count to get multiple.

Input Schema

NameRequiredDescriptionDefault
countNoHow many UUID v7 strings to generate (defaults to 1)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "count": { "description": "How many UUID v7 strings to generate (defaults to 1)", "minimum": 1, "type": "integer" } }, "type": "object" }
Install Server

Other Tools from UUID MCP Provider

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/prazedotid/uuid-mcp'

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