You're viewing a demo portfolio

Join the waitlist
PRSM

mortgage

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Mortgage Payment Calculator — Monthly principal+interest, PMI, taxes, insurance and full amortization for a home loan.

Parameters schema

{
  "type": "object",
  "required": [
    "home_price",
    "annual_rate"
  ],
  "properties": {
    "down": {
      "type": "number",
      "description": "Alias for down_payment (USD)"
    },
    "rate": {
      "type": "number",
      "description": "Alias for annual_rate (DECIMAL, 0.07 = 7%)"
    },
    "term": {
      "type": "number",
      "description": "Alias for term_years"
    },
    "price": {
      "type": "number",
      "description": "Alias for home_price"
    },
    "years": {
      "type": "number",
      "description": "Alias for term_years"
    },
    "down_pct": {
      "type": "number",
      "description": "Down payment as a PERCENT of home_price (e.g. 20)"
    },
    "pmi_rate": {
      "type": "number",
      "description": "Annual PMI rate as a decimal"
    },
    "home_price": {
      "type": "number",
      "description": "Purchase price in USD"
    },
    "term_years": {
      "type": "number",
      "description": "Loan term in years (default 30)"
    },
    "annual_rate": {
      "type": "number",
      "description": "Interest rate as a DECIMAL (0.07 = 7%), not a percent"
    },
    "monthly_hoa": {
      "type": "number",
      "description": "Monthly HOA dues in USD"
    },
    "annual_taxes": {
      "type": "number",
      "description": "Annual property tax in USD"
    },
    "down_payment": {
      "type": "number",
      "description": "Down payment in USD"
    },
    "interest_rate": {
      "type": "number",
      "description": "Alias for annual_rate (DECIMAL, 0.07 = 7%)"
    },
    "purchase_price": {
      "type": "number",
      "description": "Alias for home_price"
    },
    "annual_insurance": {
      "type": "number",
      "description": "Annual homeowners insurance in USD"
    },
    "pmi_ltv_threshold": {
      "type": "number",
      "description": "LTV above which PMI applies (default 0.80)"
    }
  },
  "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 →