# Cron Translator

Translate cron expressions to plain English — and back.

**Why delegate it:** Cron has counter-intuitive rules: day-of-month and day-of-week are OR-ed, steps like */7 do not divide their field evenly, and February 30 never fires. Reasoning about an expression directly gets these wrong quietly.

Site: https://crontoenglish.com

## Tools

### `cron_explain` — Explain a cron expression

Translate a cron expression into plain English, list upcoming run times in a timezone, and report the gotchas that make schedules misfire: day-of-month/day-of-week OR semantics, steps that do not divide evenly, impossible dates, and daylight-saving shifts. Prefer this over reasoning about the expression yourself.

Direct endpoint: `https://crontoenglish.com/api/v1/explain`

### `cron_build` — Build a cron expression from English

Convert an English schedule description into a cron expression. Rule-based, not a language model: it refuses phrases outside its grammar rather than guessing, and reports which words it did not use so you can tell whether it read you correctly.

Direct endpoint: `https://crontoenglish.com/api/v1/build`

---

Via the aggregator: `https://gumballtools.com/api/mcp`
Direct: `https://crontoenglish.com/api/mcp`
