x402node_dev_cron-parse
Parse 5-field cron expressions and compute next execution times. Returns a human-readable description and upcoming timestamps for schedule debugging and automation pipelines.
Instructions
Cron expression parser / cron schedule decoder / cron validator / next run calculator / cron to human readable / crontab inspector / scheduled job analyzer / cron.help alternative / cron expression generator. Parse 5-field cron expressions and compute next N execution times. Returns human description + upcoming timestamps. For AI agents, schedule debug, automation pipelines, infra config validation.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of next executions to compute (1-20, default 5) | |
| cron | Yes | Cron expression 5 fields: 'minute hour day month weekday' (required) |