business_days
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Business-Day Calculator — Count workdays between two dates, or add N business days to a date — skipping weekends and holidays.
Parameters schema
{
"type": "object",
"required": [
"start"
],
"properties": {
"end": {
"type": "string",
"description": "End date YYYY-MM-DD (count mode)"
},
"days": {
"type": "integer",
"description": "Business days to add, may be negative (add mode)"
},
"mode": {
"enum": [
"count",
"add"
],
"type": "string",
"description": "Operation"
},
"start": {
"type": "string",
"description": "Start date YYYY-MM-DD"
},
"holidays": {
"type": "array",
"description": "Optional list of YYYY-MM-DD dates to exclude"
}
},
"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