Skip to main content
Glama

stamp_duty

Read-only

UK Stamp Duty Land Tax (SDLT) calculation with full breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYes
non_residentNo
first_time_buyerNo
additional_propertyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changed
    • changedInput schema / properties / additional_property / default
      Previous value: -trueNew value: +false
    • removedInput schema / properties / additional_property / description
      Removed value: -"True if buying additional property (+5% surcharge)"
    • removedInput schema / properties / first_time_buyer / description
      Removed value: -"True for first-time buyer relief (up to £300k nil rate)"
    • removedInput schema / properties / non_resident / description
      Removed value: -"True if buyer not UK resident (+2% surcharge)"
    • removedInput schema / properties / price / description
      Removed value: -"Purchase price in £"
  2. Changed5 schema fields changed
    • changedInput schema / properties / additional_property / description
      Previous value: -"Buying an additional property (+5% surcharge)"New value: +"True if buying additional property (+5% surcharge)"
    • changedInput schema / properties / first_time_buyer / description
      Previous value: -"First-time buyer relief (up to 300k nil rate)"New value: +"True for first-time buyer relief (up to £300k nil rate)"
    • changedInput schema / properties / non_resident / description
      Previous value: -"Non-UK resident (+2% surcharge)"New value: +"True if buyer not UK resident (+2% surcharge)"
    • changedInput schema / properties / price / description
      Previous value: -"Purchase price in GBP"New value: +"Purchase price in £"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "type": "object"
      +}
  3. Changed4 schema fields changed
    • changedInput schema / properties / additional_property / description
      Previous value: -"True if buying additional property (+5% surcharge)"New value: +"Buying an additional property (+5% surcharge)"
    • changedInput schema / properties / first_time_buyer / description
      Previous value: -"True for first-time buyer relief (up to £300k nil rate)"New value: +"First-time buyer relief (up to 300k nil rate)"
    • changedInput schema / properties / non_resident / description
      Previous value: -"True if buyer not UK resident (+2% surcharge)"New value: +"Non-UK resident (+2% surcharge)"
    • changedInput schema / properties / price / description
      Previous value: -"Purchase price in £"New value: +"Purchase price in GBP"
  4. Changed4 schema fields changed
    • addedInput schema / properties / additional_property / description
      Added value: +"True if buying additional property (+5% surcharge)"
    • addedInput schema / properties / first_time_buyer / description
      Added value: +"True for first-time buyer relief (up to £300k nil rate)"
    • addedInput schema / properties / non_resident / description
      Added value: +"True if buyer not UK resident (+2% surcharge)"
    • addedInput schema / properties / price / description
      Added value: +"Purchase price in £"
  5. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The readOnlyHint annotation already indicates a safe, non-mutating operation, so the description does not need to repeat that. The phrase 'full breakdown' hints at detailed output, but no further behavioral traits (e.g., rate basis, jurisdiction limits) are disclosed. There is no contradiction with the annotation.

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?

The description is a single, front-loaded sentence that efficiently conveys the tool's purpose without unnecessary words. It is appropriately concise for a tool with a straightforward function.

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

Completeness2/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 with zero schema descriptions, the description is under-specified. It does not explain the input parameters or any regional nuances (e.g., SDLT applies to England/NI only). While an output schema exists and covers return values, the lack of parameter context makes the description incomplete for accurate invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not compensate by explaining any parameters. While parameter names like 'non_resident' and 'first_time_buyer' are somewhat self-explanatory, the description provides no additional meaning, such as expected units or how booleans affect the calculation.

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 Stamp Duty Land Tax with a full breakdown, using a specific verb ('calculation') and a distinct resource. This differentiates it from sibling tools that perform searches or comparisons.

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 for SDLT calculations but provides no explicit guidance on when to use this tool over alternatives, nor does it mention any exclusions or prerequisite conditions. The context of sibling tools (all UK property-related) makes the purpose somewhat clear, but explicit usage direction is missing.

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

A3.9/5.0
Disambiguation4/5

EPC coverage is split across property_epc, property_epc_summaries, epc_certificate, and the deprecated property_epc_search, but each has a distinct role (aggregate lookup, candidate list, direct certificate, legacy). Land Registry data is similarly split between ppd_transactions and property_comps with clear output differences; no two tools are truly interchangeable.

Naming Consistency3/5

Names are readable and consistently lowercase snake_case, but they mix resource nouns (epc_certificate, stamp_duty), prefixed nouns (property_epc_summaries, rightmove_listing), and noun-verb forms (company_search, planning_search). The 'search' suffix is used for different actions, and there is no uniform verb_noun pattern across the set.

Tool Count4/5

14 tools is within the appropriate range for a multi-source property data API. The count is slightly padded by the deprecated property_epc_search and the narrowly scoped planning_search/company_search, but most tools cover distinct data products.

Completeness4/5

The set covers the core property workflows: Rightmove listing discovery/detail, EPC search/detail, Land Registry transactions/comps, yield/rent analysis, stamp duty, and planning portal lookup. Minor gaps exist (no planning application details, no property-level title/ownership lookup), but agents can complete common research tasks without dead ends.