cron_validator
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
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)"
}
}
}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