cron
Explain schedule expressions in plain English, generate them from natural language, and compute upcoming run times with code snippets.
Instructions
Explain cron expressions in plain English, generate cron from natural language, and compute next run times with code snippets [PRO - 3 free trials]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | (generate) Natural language schedule like "every 5 minutes" or "every monday at 9am" | |
| count | No | (next_runs) Number of upcoming runs to compute (default: 5) | |
| action | Yes | explain: parse and describe a cron expression | generate: natural language to cron | next_runs: compute upcoming run times | |
| expression | No | (explain, next_runs) A 5-field cron expression like '*/5 * * * *' |