{"uid":"cap_6vUYKCZzd4ea7YhwQ0IEs","slug":"x402-deployer-x402-deployer-workers-dev-cef13249","name":"Cron Expression Parser","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.","url":"https://x402-deployer.x402-deployer.workers.dev/cron-parse","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"required":["expression"],"properties":{"timezone":{"type":"string","description":"IANA timezone name for the explanation, e.g. 'America/New_York'. Optional, default UTC."},"expression":{"type":"string","description":"Cron expression (5, 6, or 7 fields) or macro like @daily. Max 500 chars."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"frequency":{"type":"string"},"explanation":{"type":"string"}}}}}}},"responseSchema":null,"example":{"request":{"input":{"body":{"timezone":"UTC","expression":"0 9 * * 1-5"},"type":"http","method":"POST","bodyType":"json"}},"response":{"model":"hermes-3-llama-3.1-405b","fields":{"year":"","hours":"9","month":"*","minutes":"0","seconds":"","day_of_week":"1-5","day_of_month":"*"},"source":"morpheus","is_valid":true,"timezone":"UTC","frequency":"daily","expression":"0 9 * * 1-5","explanation":"At 09:00 AM on weekdays","validation_notes":[],"field_explanations":{"year":"","hours":"at hour 9","month":"every month","minutes":"at minute 0","seconds":"","day_of_week":"on weekdays (Monday through Friday)","day_of_month":"every day of the month"},"estimated_runs_per_day":1}},"exampleRequest":{"timezone":"UTC","expression":"0 9 * * 1-5"},"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_vZW5ed_-tMBpnDs9ANq-Q","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a 5/6/7-field cron expression or named macro and returns a plain-English explanation, frequency bucket, validation status, and runs-per-day estimate","exampleAgentPrompt":"Can you tell me what the cron expression '0 9 * * 1-5' means in plain English, whether it's valid, how many times a day it runs, and what frequency bucket it falls into?","exampleUseCases":null,"resultDescription":"Returns a plain-English description of what the cron schedule does, a frequency bucket (e.g. daily, weekly, hourly), a boolean validation flag indicating whether the expression is valid, and a numeric estimate of how many times per day the job would run.","failureModes":["Invalid or malformed cron expression returns validation flag false with error detail","Unsupported field count (not 5, 6, or 7 fields) may return a parse error","Unrecognized macro string returns validation error","Network or worker timeout returns 5xx error"],"whenToPreferThis":"Use this endpoint when an agent needs to explain, validate, or estimate the frequency of a cron expression in a human-readable format, especially when working with CI/CD pipelines, task schedulers, or DevOps automation where non-technical users need to understand job schedules.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:16.902Z","isFirstParty":false}