generate_uuid
Create unique UUID v4 identifiers for database records, API resources, or session IDs. Supports generating multiple UUIDs in standard, JSON, or array format.
Instructions
Generate one or more UUID v4 (random) identifiers.
Use this when you need unique identifiers for database records, API resources,
session IDs, or anywhere a globally unique ID is required.
Parameters:
count — Number of UUIDs to generate (1-100, default: 1).
format — Output format: "standard" (xxxxxxxx-xxxx-...), "json", or "array"
(default: "standard").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| format | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |