age_calculator
ActiveTool of WingmanProtocol Agent Gateway
Calendar Age Calculator — Compute calendar-accurate years/months/days between a birth date and an as-of date, plus total days and days until the next birthday.
Parameters schema
{
"type": "object",
"required": [
"birth_date",
"as_of_date"
],
"properties": {
"as_of_date": {
"type": "string",
"description": "Date to compute the age as of, ISO 'YYYY-MM-DD'"
},
"birth_date": {
"type": "string",
"description": "Birth date, ISO 'YYYY-MM-DD'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries