Explain a cron expression
cron_explainTranslates cron expressions into plain English and lists next scheduled runs in a chosen timezone. Displays the interval between runs to highlight overly frequent schedules.
Instructions
Translates a cron expression into plain English and lists its next scheduled runs in a given timezone. Handles both 5-field and 6-field (seconds) syntax, and reports the interval between runs so an accidentally too-frequent schedule is obvious.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many upcoming runs to list. | |
| timezone | No | IANA timezone name used to resolve the schedule, e.g. "America/New_York". | UTC |
| expression | Yes | A cron expression, either 5-field or 6-field with a leading seconds field. |