tool_cron_parse
Parse any cron expression into a human-readable description and compute the next N run times. Set count to control how many future executions are returned.
Instructions
Parse a cron expression: human-readable description + next N run times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cron_expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |