explain_cron_expression
Translate a cron expression into plain English. Supports standard 5-field cron and special strings like @daily to clarify schedule meaning.
Instructions
Explain a cron expression in plain English. Supports 5-field cron and special strings like @daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Cron expression to explain, e.g. '*/15 9-17 * * 1-5' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |