You're viewing a demo portfolio

Join the waitlist
PRSM

annuity

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Annuity Present / Future Value — Compute the present or future value of an ordinary annuity or annuity-due.

Parameters schema

{
  "type": "object",
  "required": [
    "payment",
    "rate",
    "periods"
  ],
  "properties": {
    "due": {
      "type": "boolean",
      "description": "True for annuity-due (default ordinary)"
    },
    "mode": {
      "enum": [
        "pv",
        "fv"
      ],
      "type": "string",
      "description": "pv or fv"
    },
    "rate": {
      "type": "number",
      "description": "Rate per period as a decimal"
    },
    "payment": {
      "type": "number",
      "description": "Payment per period"
    },
    "periods": {
      "type": "integer",
      "description": "Number of periods"
    }
  },
  "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 →
annuity — WingmanProtocol Agent Gateway — PRSM MCP