Skip to main content
Glama

Excel Finance MCP

loan_amortization

Calculate and generate detailed loan amortization schedules showing principal and interest breakdowns over the loan term for financial planning.

Instructions

Generate loan amortization schedule

Input Schema

NameRequiredDescriptionDefault
annualRateYesAnnual interest rate as decimal
paymentFrequencyNomonthly
principalYes
yearsYes

Input Schema (JSON Schema)

{ "properties": { "annualRate": { "description": "Annual interest rate as decimal", "type": "number" }, "paymentFrequency": { "default": "monthly", "enum": [ "monthly", "quarterly", "semi-annually", "annually" ], "type": "string" }, "principal": { "type": "number" }, "years": { "type": "number" } }, "required": [ "principal", "annualRate", "years" ], "type": "object" }

Other Tools from Excel Finance MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeremycharlesgillespie/excel-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server