{"uid":"cap_mSPUftlq6qcYMsSz7J55C","slug":"cron-expression-to-plain-language-explainer-eb30fce2","name":"Cron Expression to Plain-Language Explainer","description":"Parse a common five-field cron expression into a basic plain-language description.","url":"https://x402-zoo.lolagent.workers.dev/api/cron-explain","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["expression"],"properties":{"timezone":{"type":"string"},"expression":{"type":"string"}}}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_I30OoaETZiFrgC3U_ABLe","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a five-field cron expression and returns a human-readable plain-language description of its schedule","exampleAgentPrompt":"Can you explain what the cron expression '0 9 * * 1-5' means in plain English, in the America/New_York timezone?","exampleUseCases":[{"title":"Debugging a recurring job schedule","prompt":"I have this cron expression '30 6 1 * *' in my config — can you tell me in plain English when exactly this job will run?"},{"title":"Onboarding team member to cron syntax","prompt":"Our deployment pipeline uses '0 0 * * 0' as its schedule — can you describe when that runs in simple language so I can explain it to a non-technical teammate?"},{"title":"Verifying a cron expression before deploy","prompt":"Before I deploy this, can you confirm what '15 14 1 1 *' actually means in plain English? I want to make sure it's not going to fire more often than I expect."}],"resultDescription":"A plain-language string describing when the cron job will run — e.g. 'Every weekday at 9:00 AM' — derived from parsing the five-field cron expression, optionally interpreted in the specified timezone.","failureModes":["Missing or malformed 'expression' query parameter returns an error","Six-field or non-standard cron expressions (e.g. with seconds or @reboot shorthand) may not be parsed correctly","Invalid timezone string may produce an error or be silently ignored","Ambiguous or complex cron expressions may yield overly simplified descriptions"],"whenToPreferThis":"Choose this endpoint when you need a quick, lightweight conversion of a standard five-field cron expression into a readable description without setting up a local cron parsing library. Ideal for developer tools, documentation generators, or chat agents where users paste cron strings and need instant human-readable explanations. Not suited for cron expression generation, validation of non-standard formats, or execution scheduling.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T13:04:50.359Z","isFirstParty":false}