get-mortgage-rates
Obtain real-time mortgage rate quotes by providing loan details such as amount, credit score, down payment, and property information. Compare rates from multiple lenders to find the best option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loanAmount | No | Loan amount in dollars | |
| creditScore | No | Credit score (300-850) | |
| downPayment | No | Down payment amount in dollars | |
| propertyValue | No | Property value in dollars | |
| loanType | No | Loan type (conventional, fha, va, usda) | |
| propertyType | No | Property type (single_family, condo, townhouse, multi_family) | |
| occupancy | No | Occupancy type (primary, secondary, investment) | |
| state | No | State abbreviation (e.g., CA, TX, NY) | |
| zipCode | No | ZIP code | |
| loanTerm | No | Loan term in years (15, 30, etc.) | |
| rateType | No | Rate type (fixed, arm) | |
| format | No | Output format | markdown |