describe_cron
ActiveTool of Crontab
declared in 0.1.0
Parse and validate a cron expression (5 fields or an @alias) and describe it in plain English. Returns the parsed fields and whether it is valid.
Parameters schema
{
"type": "object",
"required": [
"expression"
],
"properties": {
"expression": {
"type": "string",
"description": "A cron expression, e.g. \"0 9 * * 1-5\" or \"@daily\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Crontab
https://github.com/pipeworx-io/mcp-crontab
2/7 registries