cron_next
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Cron Next Run Times — Next fire times of a 5-field cron expression after a base time.
Parameters schema
{
"type": "object",
"required": [
"expression",
"base_time"
],
"properties": {
"count": {
"type": "integer",
"description": "How many upcoming times to return (1..20, default 5)"
},
"base_time": {
"type": "string",
"description": "ISO 8601 instant to compute from"
},
"expression": {
"type": "string",
"description": "5-field cron: 'min hour dom month dow'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries