Cron Expression Parser — Explain & Next Run Times
Cron expression parser API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Schedule Parse Cron: Use this when you need to parse, validate, or explain a cron expression. Returns human-readable description, next N execution times, and field breakdown. Supports standard 5-field
What data it sees
Do you need an account
No: the server works without sign-in
Cron expression parser API for AI agents. Parse, validate, and explain cron expressions in plain English. Get next N scheduled run times in any timezone.
Tools: schedule_parse_cron.
Use this for debugging cron schedules, building scheduling UIs, or validating cron syntax. IMPORTANT: For generating cron from natural language, use utility_generate_crontab instead.
Returns: {valid, explanation, nextRuns[]}. No API key required — x402 micropayment $0.001/call on Base L2.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| schedule_parse_cron | Use this when you need to parse, validate, or explain a cron expression. Returns human-readable description, next N execution times, and field breakdown. Supports standard 5-field cron and extended 6- |