generate_uuid7s
Generate a specified number of UUIDv7 identifiers for unique data tracking or system integration. Set the count parameter to customize output as needed.
Instructions
Generates a specified number of UUIDv7 (default is 1).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | The number of UUIDs to generate |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"default": 1,
"description": "The number of UUIDs to generate",
"minimum": 1,
"title": "Count",
"type": "integer"
}
},
"type": "object"
}