Skip to main content
Glama

generateUUID

Create a random UUID (Universally Unique Identifier) for secure and unique identification purposes using crypto.randomUUID().

Instructions

Generate a random UUID using crypto.randomUUID()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function that generates a random UUID using crypto.randomUUID() and returns it as MCP content.
    handler: async () => { return { content: [{ type: 'text', text: randomUUID() }] }; }
  • Input schema for the generateUUID tool, requiring no parameters.
    inputSchema: { type: 'object', properties: {} },
  • src/index.ts:28-35 (registration)
    allTools object registers generatorTools (containing generateUUID) by spreading it into the combined tool registry used for MCP tool listing and execution.
    const allTools: ToolKit = { ...systemTools, ...networkTools, ...geoTools, ...generatorTools, ...dateTimeTools, ...securityTools };

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/cyanheads/toolkit-mcp-server'

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