The UUID Tools connector generates unique identifiers in various formats — UUID v4, UUID v7, NanoID, ULID, and custom patterns.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
No connection required — this utility connector works out of the box.
Tools
generate — Generate UUID v4
generate — Generate UUID v4
generate-v7 — Generate UUID v7
generate-v7 — Generate UUID v7
validate — Validate UUID
validate — Validate UUID
Check if a string is a valid UUID.Example request:Example response:
String to validate.
parse — Parse UUID
parse — Parse UUID
Extract version, variant, and other components from a UUID.Example request:Example response:
UUID to parse.
nanoid — Generate NanoID
nanoid — Generate NanoID
ulid — Generate ULID
ulid — Generate ULID
ulid-timestamp — Extract ULID timestamp
ulid-timestamp — Extract ULID timestamp
Extract the timestamp encoded in a ULID.Example request:Example response:
ULID to extract timestamp from.
custom — Generate custom format ID
custom — Generate custom format ID
Generate an ID with a custom format, prefix, and character set.Example request:Example response:
ID prefix (e.g.,
usr_, ord_).Length of the random part.
Character set:
alphanumeric, numeric, hex, alpha, or custom.Custom character set (when
charset is custom).Separator character to insert.
Insert separator every N characters.
Use uppercase characters.
Number of IDs to generate.