{"name":"cron-next","description":"Tells you exactly when a cron expression fires next. Takes any 5/6/7-field cron expression (or @daily/@hourly/@weekly/@monthly/@yearly macros) plus a timezone and returns the next N firing times as ISO 8601, Unix epoch seconds, and a human-readable string in the requested timezone. Also reports whether the cadence is regular (constant interval between fires) and the interval in seconds when it is. Companion to cron-explain, which describes the cadence in English. Use it as a cron next-fire-times forecaster, schedule preview, or cadence calculator.","price":"$0.003","method":"POST","input_schema":{"properties":{"expression":{"type":"string","description":"Cron string (5/6/7-field) or macro (@daily, @hourly, etc.). Max 200 chars."},"timezone":{"type":"string","description":"IANA timezone like 'America/New_York' or 'UTC'. Default 'UTC'."},"count":{"type":"number","description":"How many future fire times to compute. 1-50. Default 5."},"start":{"type":"string","description":"Optional ISO 8601 timestamp to start iteration from. Default: now."}},"required":["expression"]},"input_example":{"expression":"0 9 * * 1-5","timezone":"America/New_York","count":3},"output_example":{"expression":"0 9 * * 1-5","timezone":"America/New_York","count":3,"fires":[{"iso":"2026-05-18T13:00:00.000Z","epoch_seconds":1779462000,"human":"5/18/2026, 09:00:00"},{"iso":"2026-05-19T13:00:00.000Z","epoch_seconds":1779548400,"human":"5/19/2026, 09:00:00"},{"iso":"2026-05-20T13:00:00.000Z","epoch_seconds":1779634800,"human":"5/20/2026, 09:00:00"}],"interval_seconds":86400,"is_regular":true},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}