Skip to main content
Glama
JanKratochvil1

Tu Lugar MCP Server

mortgage_calculator

Estimate monthly mortgage payments and total interest for any loan amount, rate, and term. Optionally include monthly income to calculate your debt-to-income ratio.

Instructions

Estimate a monthly mortgage payment and total interest. Currency-agnostic. Optionally pass monthly_income for a debt-to-income ratio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
principalYesLoan amount
term_yearsYesLoan term in years (1–50)
annual_rateYesAnnual interest rate, as a decimal (0.065) or percent (6.5)
monthly_incomeNoOptional — enables a debt-to-income ratio
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It adds useful context (currency-agnostic, optional DTI) but does not explicitly state that the tool is a pure calculation with no side effects, nor does it mention the output format or edge-case handling. This is sufficient for a simple calculator but not fully transparent.

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?

Two sentences, front-loaded with the primary purpose. No redundant information; every sentence adds value (purpose and optional DTI behavior). Excellent conciseness.

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

Completeness4/5

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

For a simple calculator with no output schema, the description adequately covers return values (monthly payment, total interest, and DTI if monthly_income provided) and adds the currency-agnostic behavior. Missing edge-case handling or exact output structure, but this is not critical for a straightforward calculator.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds the 'currency-agnostic' context, but does not add meaning beyond the schema for individual parameters. The mention that monthly_income enables DTI is already present in the schema description.

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 a specific action ('Estimate a monthly mortgage payment and total interest') and resource, distinguishing it from sibling tools like search_listings or get_market_summary. The purpose is unambiguous and immediately understandable.

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

Usage Guidelines3/5

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

The description implies usage (estimate mortgage payments) but does not explicitly state when to use this tool versus alternatives or when not to use it. The only guideline is the optional monthly_income parameter for DTI, which is more parameter-specific than tool-selection guidance.

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/JanKratochvil1/tulugar-mcp-server'

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