generate_id
Create UUID v4, nanoid, ULID, CUID, or random strings with configurable length and charset for unique identifier generation.
Instructions
Generate unique identifiers: UUID v4, nanoid, ULID, CUID, or random strings with configurable length and charset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of ID to generate | |
| count | No | Number of IDs to generate (max 100). Default: 1 | |
| length | No | Length for nanoid or random string. Default: 21 for nanoid, 16 for random | |
| charset | No | Charset for random strings: alphanumeric, alpha, numeric, hex, lowercase, uppercase, symbols, all, or a custom string of characters. Default: alphanumeric |