You're viewing a demo portfolio

Join the waitlist
PRSM

retirement

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Retirement Savings Calculator — Project your balance at retirement, or solve the monthly contribution needed to hit a target.

Parameters schema

{
  "type": "object",
  "required": [
    "current_age",
    "retirement_age"
  ],
  "properties": {
    "inflation": {
      "type": "number",
      "description": "Annual inflation as a PERCENT (default 0)"
    },
    "current_age": {
      "type": "number",
      "description": "Current age in years"
    },
    "annual_return": {
      "type": "number",
      "description": "Expected annual return as a PERCENT (default 7)"
    },
    "retirement_age": {
      "type": "number",
      "description": "Target retirement age in years"
    },
    "target_balance": {
      "type": "number",
      "description": "Desired balance at retirement, USD (solve mode)"
    },
    "current_savings": {
      "type": "number",
      "description": "Current retirement savings in USD"
    },
    "monthly_contribution": {
      "type": "number",
      "description": "Monthly contribution in USD (project mode)"
    }
  },
  "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 →
retirement — WingmanProtocol Agent Gateway — PRSM MCP