You're viewing a demo portfolio

Join the waitlist
PRSM

cron-parser

Active

Tool of The Stall

declared in 4.82.0

Parse and explain any Unix cron expression in plain English. Returns human-readable schedule description, field breakdown, and the next N run times (UTC). Supports @yearly/@monthly/@weekly/@daily/@hourly shortcuts. Zero external calls.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "from_iso": {
      "type": "string",
      "description": "ISO 8601 reference timestamp to compute next runs from (default: now)."
    },
    "next_runs": {
      "type": "number",
      "description": "Number of upcoming run times to return (default 5, max 20)."
    },
    "expression": {
      "type": "string",
      "description": "Cron expression (5 fields: minute hour day month weekday) or shortcut (@daily, @hourly, etc.). Example: '0 9 * * 1-5'. Defaults to '@daily'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
cron-parser — The Stall — PRSM MCP