tool_uuid
Generate UUIDs with control over version, casing, and hyphen format.
Instructions
[utility] UUID
Parameters:
version (string): Version
uppercase (boolean): Uppercase
withHyphens (boolean): Hyphens
Outputs:
uuid (string): UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID | |
| version | No | Version | |
| uppercase | No | Uppercase | |
| withHyphens | No | Hyphens |