A
licenseNot graded
qualityB
maintenanceEnables AI agents to convert natural language schedule descriptions into valid cron expressions with explanations and next run times, using x402 micropayments for pay-per-call access.
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool serves a distinct purpose: parse (human-readable description), validate (error detection), next_runs (future schedule preview), and cron_presets (common schedules). No overlaps.
All tool names follow a consistent verb_noun pattern in snake_case: parse_cron, validate_cron, next_runs, cron_presets.
With 4 tools, the server covers the essential operations for a cron utility: parsing, validation, preview, and preset library. Not too few or too many.
The tool set covers core cron tasks (parse, validate, preview, presets). Minor gaps include no tool to generate a cron expression from natural language or handle timezones explicitly, but these are not critical.