You're viewing a demo portfolio

Join the waitlist
PRSM

loan

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Loan / Amortization Calculator — Monthly payment, total paid and total interest for an amortizing loan.

Parameters schema

{
  "type": "object",
  "required": [
    "principal",
    "annual_rate_pct"
  ],
  "properties": {
    "principal": {
      "type": "number",
      "description": "Loan principal in USD"
    },
    "term_years": {
      "type": "number",
      "description": "Loan term in years (used if term_months omitted)"
    },
    "term_months": {
      "type": "integer",
      "description": "Loan term in months (or use term_years)"
    },
    "annual_rate_pct": {
      "type": "number",
      "description": "Annual interest rate as a PERCENT (6 = 6%)"
    }
  },
  "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 →
loan — WingmanProtocol Agent Gateway — PRSM MCP