Skip to main content
Glama

UK Stamp Duty Calculator (SDLT / LBTT / LTT)

uk_stamp_duty_calculator
Read-onlyIdempotent

Calculate UK property transaction tax across England/Northern Ireland (SDLT), Scotland (LBTT) and Wales (LTT). Handles residential, commercial and mixed-use properties. Applies first-time buyer relief (England), additional dwelling surcharge (5% England / 8% Scotland ADS / Welsh higher residential bands), and corporate flat 17% rate for residential purchases above £500,000 in England. Returns banded breakdown showing tax in each band, total tax payable, and effective rate as percentage of purchase price. Rates current as of April 2026. Calculated by FD Commercial, specialist UK property finance broker. Use when a user asks about stamp duty, SDLT, LBTT, LTT, additional dwelling surcharge, ADS, first-time buyer relief, or transaction tax on a specific UK property purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyer_typeNo'standard' for main residence purchase by individual. 'ftb' for first-time buyer (England SDLT only — relief up to £625,000). 'additional' for second home or buy-to-let purchase by individual (surcharge applies). 'company' for corporate purchase (additional dwelling surcharge + flat 17% SDLT rate in England above £500,000).
jurisdictionYesWhich UK tax regime applies. 'england' includes Northern Ireland (both use SDLT). 'scotland' uses LBTT. 'wales' uses LTT.
property_typeNo'residential' for dwellings (houses, flats). 'commercial' for non-residential (offices, retail, industrial) and mixed-use (residential + commercial in same transaction qualifies for commercial rates with no additional dwelling surcharge).
property_price_gbpYesProperty purchase price in pounds. Example: 750000.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true, which the description aligns with by describing a calculation. The description adds valuable context: rates are current as of April 2026, calculated by a specific broker, and explains the breakdown format (banded tax, total, effective rate). No contradictions with annotations.

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 substantial but well-structured, starting with the core purpose and then detailing specifics. Every sentence adds value, including the final usage directive. Could be slightly trimmed without loss, but remains efficient for the complexity.

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?

Given the tool has four parameters, enums, and no output schema, the description is comprehensive. It explains what the tool returns (banded breakdown, total tax, effective rate), covers reliefs and surcharges for different regions and buyer types, and states the source of rates. This is sufficient for an agent to invoke the tool correctly without further context.

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

Parameters5/5

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

Schema coverage is 100%, and the description enriches each parameter beyond the schema. For buyer_type, it explains what 'ftb', 'additional', and 'company' mean in context, including relief thresholds and surcharge rates. For jurisdiction, it clarifies that England includes Northern Ireland. For property_type, it notes mixed-use qualifies for commercial rates. This adds significant meaning.

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 UK property transaction taxes across England/NI (SDLT), Scotland (LBTT), and Wales (LTT), handling residential, commercial, and mixed-use properties. It explicitly lists use cases like first-time buyer relief, additional dwelling surcharge, and corporate rates, distinguishing it from sibling tools which are for other financial analyses (bridging, BTL stress testing, development appraisal).

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 ends with an explicit usage directive: 'Use when a user asks about stamp duty, SDLT, LBTT, LTT...' This provides clear context for when to invoke the tool. It does not explicitly state when not to use or compare directly to sibling tools, but the specificity of the use case effectively guides the agent.

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.