{"name":"cron-parse","description":"Cron parser. Parses any 5 / 6 / 7-field cron expression or @yearly / @monthly / @weekly / @daily / @hourly macro and returns a plain-English explanation, frequency bucket, validation flag, and runs-per-day estimate. Same backend as cron-explain under a clearer slug.","price":"$0.002","method":"POST","input_schema":{"properties":{"expression":{"type":"string"},"timezone":{"type":"string"}},"required":["expression"]},"input_example":{"expression":"0 9 * * 1-5","timezone":"America/New_York"},"output_example":{"explanation":"At 9:00 AM on every weekday","frequency":"daily"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}