validate_uuid
Verify a UUID's version and variant to distinguish random from time-ordered UUIDs. Checks canonical format and identifies nil UUID.
Instructions
USE THIS to verify a UUID and read its version/variant instead of guessing — e.g. to tell a v4 (random) from a v7 (time-ordered) UUID. Checks the canonical 8-4-4-4-12 form and returns version, variant and whether it is the nil UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The UUID string to validate. |