parse_ulid
ActiveTool of Ulid
declared in 0.1.0
Validate a ULID and extract its embedded creation timestamp (ISO date + epoch ms) and the random component. Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"ulid"
],
"properties": {
"ulid": {
"type": "string",
"description": "A 26-character ULID."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ulid
https://github.com/pipeworx-io/mcp-ulid
1/7 registries