Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

math_loan_calculator

Read-onlyIdempotent

Calculate fixed-rate loan amortization: monthly payment, total interest, total paid, payoff months, and schedule. Supports extra principal payments and zero-rate loans.

Instructions

Loan Amortization Calculator. Calculate a fixed-rate loan amortization: monthly payment, total interest, total paid, payoff month count, and (optionally) the full month-by-month schedule. Set operation to compute for the summary plus per-year breakdown, or schedule to also get every monthly row. Handles extra monthly principal payments (shortens the term) and zero-rate loans (payment equals principal divided by months). Use math_compound_interest_calculator instead to grow a savings balance forward with contributions; use this tool when you owe a principal and want the payment and interest cost. Runs locally on the numbers you provide: read-only, non-destructive, contacts no external service, and is rate-limited (60 requests/minute for anonymous callers). Returns monthlyPayment, totalInterest, totalPaid, payoffMonths, and the schedule or yearly summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoOutput mode: compute returns the summary plus a per-year breakdown; schedule also returns every monthly row. Defaults to compute.
principalYesLoan amount borrowed, in currency units. Must be greater than 0 and at most 1000000000000.
annualRatePercentYesAnnual nominal interest rate as a percent (for example 6.5 means 6.5 percent per year). Range 0 to 100; 0 gives a zero-rate loan.
termYearsYesLoan term in years; multiplied by 12 to derive the month count. Must be greater than 0 and at most 100.
extraMonthlyPaymentNoOptional extra principal paid each month to shorten the term. At least 0 and not greater than principal. Defaults to 0.
startDateIsoNoOptional first-payment date as an ISO date string (for example 2026-06-01) used to label schedule rows. Defaults to today (UTC).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the calculation succeeded.
operationNoThe operation performed (compute or schedule).
resultNoThe computed loan figures.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Description aligns with annotations (readOnlyHint, destructiveHint, idempotentHint) and adds context: runs locally, non-destructive, contacts no external service, rate-limited. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise yet comprehensive. Front-loaded with purpose, then details modes and special features, then sibling comparison, then behavioral notes. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all aspects: purpose, parameters, edge cases, sibling differentiation, behavior, and rate limits. Output schema exists so return values not needed. Complete for a calculator tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (baseline 3). Description adds meaning: explains operation modes, extra payment effect, startDateIso labeling. Adds value beyond schema but not highly extensive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool calculates fixed-rate loan amortization with specific outputs (monthly payment, total interest, etc.). It distinguishes itself from the sibling math_compound_interest_calculator by explicitly stating when to use each tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use (loan amortization) and when-not-to-use (use compound interest calculator for savings). Also mentions handling extra payments, zero-rate loans, and rate limits.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Jambozx/onlinecybertools-mcp-server'

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