Skip to main content
Glama
aki-kii

MCP UUID Server

by aki-kii

get_uuid

Generate unique random UUIDs using the MCP UUID Server. The tool provides quick and reliable UUIDs for integration with Claude Desktop or other systems.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • get-uuid.py:6-6 (registration)
    Registers the get_uuid tool using the @mcp.tool() decorator from FastMCP.
    @mcp.tool()
  • get-uuid.py:7-8 (handler)
    The handler function that generates a new UUIDv4 and returns it as a string.
    async def get_uuid() -> str: return uuid.uuid4()
  • Output schema defined as str via type hint (no input parameters).
    async def get_uuid() -> str:
  • Imports the uuid module used to generate UUIDs.
    import uuid

Other Tools

Related 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