{"uid":"cap_3VIEM-sVbBaGnVf7erhBP","slug":"cron-expression-to-plain-english-translator-e94f630a","name":"Cron Expression to Plain English Translator","description":"Translate a cron expression into plain English (e.g. \"Every 15 minutes, weekdays\") — the companion to /cron/next.","url":"https://toolbelt402.tpoborne.workers.dev/cron/describe","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":["expr"],"properties":{"expr":{"type":"string","description":"Cron expression to translate to plain English"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"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_g363vVsAR8XGDuL5EXEHD","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":"Translates a cron expression into a human-readable plain English description (e.g. '0 */4 * * *' → 'Every 4 hours').","exampleAgentPrompt":"Can you tell me in plain English what this cron expression means: '0 9 * * 1-5'?","exampleUseCases":[{"title":"Explaining cron job to non-technical teammate","prompt":"My cron job is set to '*/15 9-17 * * 1-5' — can you turn that into plain English so I can explain it to my product manager?"},{"title":"Auditing scheduled task configurations","prompt":"I've got a list of cron expressions from our CI pipeline config. Start with '0 2 * * 0' — what does that one actually mean in plain English?"},{"title":"Documenting automation schedule in a README","prompt":"I want to document what our scheduled job does — the cron is '30 8 1 * *'. Can you describe it in plain English so I can paste it into the README?"}],"resultDescription":"Returns a plain English string describing the cron schedule's recurrence pattern, such as 'Every 15 minutes on weekdays' or 'At 9:00 AM, Monday through Friday'. The response is a concise, human-readable interpretation of the cron expression's timing semantics.","failureModes":["Invalid or malformed cron expression returns an error response","Missing 'expr' query parameter causes a 400-level error","Non-standard or extended cron syntax (e.g. @yearly, 6-field with seconds) may not be supported or may return unexpected results"],"whenToPreferThis":"Use this endpoint when you need to display a cron schedule to a non-technical user, document a scheduled task in human-readable form, or verify that a cron expression encodes the intended recurrence. Prefer this over the companion /cron/next endpoint when you want a descriptive summary rather than concrete upcoming timestamps.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:33:00.448Z","isFirstParty":false}