generate_uuid
Generate UUIDs in v1 or v4 format, up to 100 per request. Specify the version and count to get unique identifiers for your system.
Instructions
Generate one or more UUIDs.
Supports UUID v1 (MAC address + timestamp) and v4 (random). Up to 100 UUIDs per request.
Args: version: UUID version — 1 or 4 (default 4) count: Number of UUIDs to generate, 1–100 (default 1)
Returns: dict with keys: uuid (first result), uuids (list), version, count, cost_usd
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| version | No |