You're viewing a demo portfolio

Join the waitlist
PRSM

tvm

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Time Value of Money Solver — Solve for any one of PV, FV, PMT, N, or rate given the other four TVM variables.

Parameters schema

{
  "type": "object",
  "required": [
    "solve_for"
  ],
  "properties": {
    "n": {
      "type": "number",
      "description": "Number of periods"
    },
    "fv": {
      "type": "number",
      "description": "Future value (default 0)"
    },
    "pv": {
      "type": "number",
      "description": "Present value"
    },
    "pmt": {
      "type": "number",
      "description": "Payment per period"
    },
    "rate": {
      "type": "number",
      "description": "Rate per period as a decimal"
    },
    "solve_for": {
      "enum": [
        "pv",
        "fv",
        "pmt",
        "n",
        "rate"
      ],
      "type": "string",
      "description": "Which variable to solve for"
    }
  },
  "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 →
tvm — WingmanProtocol Agent Gateway — PRSM MCP