date_add
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Date Arithmetic (add duration) — Add years/months/weeks/days/hours to an ISO date; month math clamps to end-of-month.
Parameters schema
{
"type": "object",
"required": [
"date"
],
"properties": {
"date": {
"type": "string",
"description": "ISO date YYYY-MM-DD or full datetime"
},
"days": {
"type": "integer",
"description": "Days to add (may be negative)"
},
"hours": {
"type": "integer",
"description": "Hours to add (may be negative)"
},
"weeks": {
"type": "integer",
"description": "Weeks to add (may be negative)"
},
"years": {
"type": "integer",
"description": "Years to add (may be negative)"
},
"months": {
"type": "integer",
"description": "Months to add (may be negative)"
},
"minutes": {
"type": "integer",
"description": "Minutes to add (may be negative)"
},
"seconds": {
"type": "integer",
"description": "Seconds to add (may be negative)"
}
},
"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