Skip to main content
Glama
aki-kii

MCP UUID Server

by aki-kii

get_uuid

Generate random UUIDs for unique identification in software development and data management. This tool creates universally unique identifiers on demand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • get-uuid.py:6-8 (handler)
    The handler function for the 'get_uuid' tool, decorated with @mcp.tool() to register it. It generates and returns a new UUID using uuid.uuid4().
    @mcp.tool() async def get_uuid() -> str: return uuid.uuid4()

Other Tools

Latest Blog Posts

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

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