Generate UUIDs
uuidGenerate one or more UUIDs. v4 is fully random; v7 is time-sortable (recommended for database keys). LLMs cannot produce cryptographically random or correctly-formatted UUIDs, so always use this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many to generate. | |
| version | No | UUID version. v7 = time-ordered. | v4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuids | Yes | The generated UUIDs. | |
| version | Yes | UUID version generated. |