You're viewing a demo portfolio

Join the waitlist
PRSM

cron_validator

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Validate a 5-field cron expression, explain the schedule, and preview the next execution times. Use this to debug cron jobs before they reach production. Returns parsed fields, a human-readable description, and upcoming ISO timestamps.

Parameters schema

{
  "type": "object",
  "required": [
    "expression"
  ],
  "properties": {
    "expression": {
      "type": "string",
      "description": "Cron expression with 5 fields, e.g. \"*/15 9-18 * * 1-5\""
    },
    "next_runs_count": {
      "type": "number",
      "description": "How many upcoming runs to return (1-50, default: 10)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →
cron_validator — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP