explain_cron
Parse a POSIX/Vixie cron expression and return the next N fire times plus an English description. Timezone-aware (IANA). Best-effort accuracy. Billed at 1 EUR cent per successful call; non-2xx responses are refunded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of upcoming fire times to return. | |
| tz | No | IANA timezone (e.g. 'Europe/Lisbon'). Defaults to UTC. | |
| cron | Yes | POSIX/Vixie cron expression (5 fields, e.g. '*/15 * * * *'). |