Crontab Generator — Natural Language to Cron
Cron expression generator API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Utility Generate Crontab: Use this when you need to generate a cron expression from a natural language description like "every Monday at 9am" or "every 5 minutes". Returns the cron expression with val
What data it sees
Do you need an account
No: the server works without sign-in
Cron expression generator API for AI agents. Convert natural language like "every Monday at 9am" or "twice daily" into valid cron expressions with human-readable explanation and next run times.
Tools: utility_generate_crontab.
Use this when users describe schedules in natural language and you need a cron expression. IMPORTANT: For parsing existing cron expressions, use schedule_parse_cron instead.
Returns: {cron, 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.
| utility_generate_crontab | Use this when you need to generate a cron expression from a natural language description like "every Monday at 9am" or "every 5 minutes". Returns the cron expression with validation. 1. expression -- |