math_loan_calculator
Calculate monthly payments, total interest, and full amortization schedule for loans. Supports extra payments and zero-rate loans.
Instructions
Menu ID: loan_calculator. Loan Calculator. Calculate monthly payment, total interest, and full amortization schedule. Supports extra monthly payments and zero-rate loans. Use describe_tool with tool_id "loan_calculator" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| principal | Yes | ||
| annualRatePercent | Yes | ||
| termYears | Yes | ||
| extraMonthlyPayment | Yes |