cron-parser
ActiveTool of The Stall
declared in 4.82.0
Parse and explain any Unix cron expression in plain English. Returns human-readable schedule description, field breakdown, and the next N run times (UTC). Supports @yearly/@monthly/@weekly/@daily/@hourly shortcuts. Zero external calls.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"from_iso": {
"type": "string",
"description": "ISO 8601 reference timestamp to compute next runs from (default: now)."
},
"next_runs": {
"type": "number",
"description": "Number of upcoming run times to return (default 5, max 20)."
},
"expression": {
"type": "string",
"description": "Cron expression (5 fields: minute hour day month weekday) or shortcut (@daily, @hourly, etc.). Example: '0 9 * * 1-5'. Defaults to '@daily'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries