{"name":"UUID Generator API","description":"Generate v4 UUIDs, NanoIDs, and validate existing UUIDs at scale.","slug":"uuid-generator","endpoints":["/","/info","/validate","/score","/classify","/analyze","/describe","/compare","/parse","/format","/bulk"],"inputSchema":{"uuidString":{"type":"string","required":true,"description":"UUID string to validate and analyze"},"expectedVersion":{"type":"enum","values":["1","3","4","5","any"],"default":"any","description":"Expected UUID version (1=time, 3=MD5, 4=random, 5=SHA1)"},"strictValidation":{"type":"bool","default":true,"description":"Enforce strict RFC 4122 format and bit patterns"},"checkEntropy":{"type":"bool","default":false,"description":"Analyze randomness quality for v4 UUIDs"},"allowNil":{"type":"bool","default":false,"description":"Accept nil UUID (00000000-0000-0000-0000-000000000000)"},"caseSensitive":{"type":"bool","default":false,"description":"Treat uppercase vs lowercase hex as distinct"},"checkTimestamp":{"type":"bool","default":false,"description":"For v1 UUIDs, validate timestamp is reasonable"}},"example":"?uuidString=550e8400-e29b-41d4-a716-446655440000&expectedVersion=4&strictValidation=true&checkEntropy=true"}