{"name":"cron-pack","description":"Parses, explains, and forecasts a cron expression in one call. Composite: one call runs cron-parse + cron-explain + cron-next in parallel over the same 5/6/7-field cron expression or @daily/@hourly/@weekly/@monthly/@yearly macro. Returns validation + frequency bucket, a plain-English explanation, and the next N firing times as ISO 8601 + epoch seconds + human-readable strings in your timezone, with regular-cadence detection. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a crontab validator, plain-English schedule explainer, or 'when does this cron run' forecast.","price":"$0.02","method":"POST","input_schema":{"properties":{"expression":{"type":"string","description":"Cron string (5/6/7-field) or macro (@daily, @hourly, etc.). Max 200 chars."},"count":{"type":"number","description":"How many future fire times to compute. 1-50. Default 5."},"timezone":{"type":"string","description":"IANA timezone like 'America/New_York'. Default 'UTC'."}},"required":["expression"]},"input_example":{"expression":"0 9 * * 1-5","count":3,"timezone":"America/New_York"},"output_example":{"expression":"0 9 * * 1-5","timezone":"America/New_York","parsed":{"explanation":"At 9:00 AM on every weekday","frequency":"daily"},"explanation":{"explanation":"At 9:00 AM on every weekday","frequency":"daily"},"next_fires":{"fires":[{"iso":"2026-07-03T13:00:00.000Z","epoch_seconds":1783170000}],"is_regular":true},"composed_of":["cron-parse","cron-explain","cron-next"],"components":[{"name":"cron-parse","ok":true,"ms":4},{"name":"cron-explain","ok":true,"ms":4},{"name":"cron-next","ok":true,"ms":11}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}