cron_parse
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Parse a cron expression into a human-readable schedule description. Supports standard 5-field cron (minute hour day month weekday).
Parameters schema
{
"type": "object",
"required": [
"expression"
],
"properties": {
"expression": {
"type": "string",
"description": "Cron expression (e.g., \"0 9 * * 1-5\", \"*/15 * * * *\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries