You're viewing a demo portfolio

Join the waitlist
PRSM

next_runs

Active

Tool of Crontab

declared in 0.1.0

Compute the next N run times (UTC ISO-8601) for a cron expression. Optionally start from a given time.

Parameters schema

{
  "type": "object",
  "required": [
    "expression"
  ],
  "properties": {
    "from": {
      "type": "string",
      "description": "Optional ISO-8601 start time (default: now)."
    },
    "count": {
      "type": "number",
      "description": "How many upcoming runs to return (1-50, default 5)."
    },
    "expression": {
      "type": "string",
      "description": "A cron expression or @alias."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Crontab

https://github.com/pipeworx-io/mcp-crontab

2/7 registries
View full server →
next_runs — Crontab — PRSM MCP