next_runs
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Crontab
https://github.com/pipeworx-io/mcp-crontab
2/7 registries