You're viewing a demo portfolio

Join the waitlist
PRSM

age_calculator

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
age_calculator — WingmanProtocol Agent Gateway — PRSM MCP