generateUUID
Generate a random UUID with crypto.randomUUID() for secure and unique identification within the mcp-helper-tools server environment.
Instructions
Generate a random UUID using crypto.randomUUID()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}