explain_cron_expression
Translate a five-field cron expression into plain English, supporting ranges, lists, steps, and month or weekday names without executing the schedule.
Instructions
Translate a five-field cron expression into plain English. Supports ranges, lists, steps, and month or weekday names. This describes the expression; it never schedules or executes anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | A five-field cron expression, e.g. '30 9 * * MON-FRI'. |