validate_uuid
ActiveTool of Uuid
declared in 0.1.0
Validate and parse a UUID (keyless, offline): checks the format and returns the version (1-8), variant, whether it is nil/max, and — for time-based versions (v1, v7) — the embedded timestamp as an ISO date.
Parameters schema
{
"type": "object",
"required": [
"uuid"
],
"properties": {
"uuid": {
"type": "string",
"description": "A UUID, e.g. \"550e8400-e29b-41d4-a716-446655440000\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Uuid
https://github.com/pipeworx-io/mcp-uuid
2/7 registries