Generate UUID
generate_uuidGenerate cryptographically random UUID v4 identifiers with optional count and uppercase formatting.
Instructions
Generate cryptographically random UUID v4 identifiers. Use this instead of writing a UUID yourself — model-authored UUIDs are not random and repeat across sessions. Web version: https://buildutilities.com/uuid-generator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many UUIDs to generate | |
| uppercase | No | Return them uppercased |