Cron -> next N runs + description (paid $0.001)
cronParse a 5- or 6-field schedule expression to get upcoming run times and a plain-English explanation. Specify timezone and count for tailored results.
Instructions
PAID $0.001. Parse a 5- or 6-field cron expression and return the next N run times plus a plain-English description. Args: expression, timezone (IANA, default UTC), count (default 5), from (ISO, optional). Without payment returns the x402 challenge; pass x_payment to settle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Compute runs after this ISO datetime (default now). | |
| count | No | How many upcoming runs (1-100, default 5). | |
| timezone | No | IANA timezone (default UTC). | |
| x_payment | No | x402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the $0.001 call and return the real result instead of a 402 challenge. Omit to get the price challenge first. | |
| expression | Yes | Cron expression, e.g. '0 9 * * 1-5'. |