Skip to main content
Glama

UK Buy-to-Let Stress Tester

btl_stress_tester
Read-onlyIdempotent

Run a UK buy-to-let ICR stress test. Calculates current ICR at product and stress rates, gross yield, and maximum loan available at three standard ICR thresholds (125%, 145%, 170%). Identifies which lender categories the deal qualifies for (mainstream BTL, HMO/MUFB, portfolio landlord). Ownership-aware: personal name uses 5.5% stress rate; limited company uses max of product rate or 5.5%. Calculated by FD Commercial, specialist UK property finance broker. Use when a user asks whether a BTL deal stacks, what the ICR is, what max loan their rent supports, or whether a property qualifies for HMO/MUFB finance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownershipNoBorrower structure. 'personal' uses 5.5% stress rate (HMRC tax exposure makes higher cover required). 'ltd' uses max of product rate or 5.5% (limited company SPV borrower, lower stress rate often allowed).
loan_amount_gbpYesLoan amount being assessed in pounds. Example: 300000.
monthly_rent_gbpYesGross monthly rent in pounds. Use total rent for HMO and MUFB (all rooms / units combined). Example: 2500.
product_rate_pctYesAnnual product (pay) rate as a percentage. The actual rate the borrower would pay. Example: 5.5 for 5.5% per year.

TDQS

A4.2/5.0
Behavior5/5

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

Annotations (readOnlyHint=true, idempotentHint=true, destructiveHint=false) are consistent. The description adds significant behavioral context: ownership-aware stress rates (personal uses 5.5%; ltd uses max of product rate or 5.5%), calculation by a specific broker, and the ICR thresholds used. No contradictions.

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

Conciseness4/5

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

The description is a single, information-dense paragraph. It front-loads the purpose effectively. While slightly long, every sentence adds value. Could be broken into bullet points for clarity, but overall concise enough.

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

Completeness3/5

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

The description explains inputs and computations but does not describe the output format or structure. Since there is no output schema, this information is missing. However, the tool's functionality is simple and the example uses provide some context. Adequate but incomplete.

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 baseline is 3. The description adds some value by explaining the ownership stress rate difference and reiterating total rent for HMO, but does not significantly deepen understanding beyond the schema descriptions.

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 runs a UK buy-to-let ICR stress test, calculates specific metrics (ICR at product and stress rates, gross yield, max loan at three thresholds), and identifies lender categories. This is a specific verb+resource with clear differentiation from siblings (other property finance calculators).

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

Usage Guidelines4/5

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

The description provides explicit use cases: when a user asks about BTL deal viability, ICR, max loan, or HMO/MUFB qualification. It does not explicitly state when not to use or name alternatives, but the sibling list provides context. Clear context with minor room for improvement.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a completely distinct aspect of UK property finance: bridging loan costs, BTL affordability, development viability, and stamp duty. There is no functional overlap.

Naming Consistency5/5

All tool names follow a consistent descriptive noun phrase pattern with snake_case, e.g., 'bridging_cost_analyser', 'btl_stress_tester'. The naming is uniform and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for a specialized property finance calculator set. Each tool addresses a distinct need without being too few or too many.

Completeness4/5

The set covers major cost/viability questions in property finance but lacks general mortgage calculators, capital gains tax, or rental yield estimation. However, the gaps are minor given the specialized focus.