Skip to main content
Glama

UK Property Intelligence

property_comps

Comparable property sales from Land Registry Price Paid Data.

Returns clean residential standard sales by default. Bulk transfers (transaction_category "B") and commercial units are excluded unless you opt back in. Auto-escalates to wider search area if fewer than 5 results found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax transactions to return (default 30)
monthsNoLookback period in months (default 24)
addressNoOptional street address to identify subject property and show percentile rank
postcodeYesUK postcode (e.g. "SW1A 1AA", "NG11 9HD")
enrich_epcNoAdd floor area, price/sqft, and EPC rating to each comp (default true)
search_levelNoSearch area granularity - usually leave as defaultsector
auto_escalateNoWiden search area if fewer than 5 results (default true). Set false to keep results local — useful when district-level escalation would include irrelevant areas.
property_typeNoResidential filter. None (default) = residential set (F+D+S+T). "F"=flat, "D"=detached, "S"=semi, "T"=terraced, "O"=commercial-only. Pass "ALL" for the raw firehose including commercial.
filter_outliersNoWhen True, applies a 1.5×IQR price filter (needs ≥4 prices). Default False — median is naturally robust; opt in for a cleaner mean.
transaction_categoryNo"A" (default) = standard residential sales only. Pass None to include category-B (bulk transfers, intra-group conveyances).A

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively reveals non-obvious behaviors: default filtering to residential standard sales, exclusion of bulk transfers and commercial units unless opted in, and auto-escalation when fewer than 5 results are found. These details substantially help an agent understand side effects and defaults, though it does not cover all aspects like error behavior or output format.

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 exceptionally concise and front-loaded: the opening sentence states the purpose, and the next two sentences summarize key behaviors. Every word earns its place, with no redundant information.

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?

Given the high schema coverage and presence of an output schema, the description doesn't need to explain every parameter or return field. It captures the essential context—data source, default filters, and escalation behavior—which is sufficient for an agent to select and invoke the tool correctly. It falls short only in not mentioning edge behaviors like address-based percentile ranking, but those are well-documented in the schema.

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?

The input schema has 100% parameter description coverage, so per the rubric the baseline is 3. The tool description adds minimal extra semantic value—it repeats the transaction_category and auto_escalate defaults already captured in the schema. It does not provide new meaning beyond what structured fields already offer.

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

Purpose4/5

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

The description clearly states the tool returns comparable property sales from Land Registry Price Paid Data, immediately conveying its core function. It distinguishes itself from sibling tools like ppd_transactions by focusing on 'comparable' sales rather than raw transaction data, though it does not explicitly name alternatives.

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 provides some implied usage context—it's for property comps, and it mentions default behavior like excluding bulk transfers and auto-escalation. However, it lacks explicit 'when to use vs. alternatives' guidance or exclusions, so an agent must infer when to prefer this over ppd_transactions or property_report.

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/5.0
Disambiguation4/5

Most tools have clear, distinct purposes (company records, planning URLs, transactions, EPC, rentals, listings). The main overlap is between property_yield, rental_analysis, and property_comps, which all touch rental/comparable calculations, but descriptions clarify their focus. property_report aggregates many data points but is distinct as a one-stop pull.

Naming Consistency3/5

Tool names use lowercase with underscores but mix action-style names (company_search, rightmove_listing) with noun-style names (property_blocks, property_report). Some abbreviations like 'ppd' and 'comps' are inconsistent with longer names. The pattern is readable but not uniform.

Tool Count5/5

13 tools is well-scoped for a comprehensive property intelligence server. Each tool covers a distinct data source or workflow, and the count is not overwhelming.

Completeness4/5

The surface covers company data, planning portal access, transactions, comparables, EPC, rental analysis, listings, and stamp duty. It lacks planning application data (only URLs) and some niche property checks, but core residential and investment workflows are supported.

Resources