build-cron
Parse any cron expression and get a clear, plain-English explanation of each field, including minute, hour, day, month, and weekday.
Instructions
Parse a cron expression and explain what each field means in plain English.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Cron expression, e.g. '0 9 * * 1' |