You're viewing a demo portfolio

Join the waitlist
PRSM

savings_goal

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Savings Goal Calculator — Months to reach a savings target at a given monthly amount, or the monthly amount needed for a fixed horizon.

Parameters schema

{
  "type": "object",
  "required": [
    "target_amount"
  ],
  "properties": {
    "annual_return": {
      "type": "number",
      "description": "Expected annual return as a PERCENT (default 0)"
    },
    "target_amount": {
      "type": "number",
      "description": "Savings target in USD"
    },
    "target_months": {
      "type": "integer",
      "description": "Months to reach the goal (solve-contribution mode)"
    },
    "current_savings": {
      "type": "number",
      "description": "Amount already saved in USD"
    },
    "monthly_contribution": {
      "type": "number",
      "description": "Monthly contribution in USD (time-to-goal 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 →
savings_goal — WingmanProtocol Agent Gateway — PRSM MCP