Skip to main content
Glama

UK Property Intelligence

rightmove_search

Search Rightmove property listings for sale or rent near a postcode.

Returns prices, addresses, bedrooms, agent details, and listing URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
radiusNoSearch radius in miles (default varies by area)
sort_byNoSort order: "newest", "oldest", "price_low", "price_high", "most_reduced" (default: Rightmove default)
postcodeYesUK postcode (e.g. "NG1 1AA", "SW1A 2AA")
max_pagesNoMax pages to fetch (default 1, ~25 listings per page)
max_priceNoMaximum price/rent filter in £
min_priceNoMinimum price/rent filter in £
max_bedroomsNoMaximum bedrooms filter
min_bedroomsNoMinimum bedrooms filter
building_typeNoFilter by building type: F=flat, D=detached, S=semi, T=terraced (default all)
property_typeNo"sale" or "rent" (default "sale")sale

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, and the description carries the full burden. It discloses the return fields (prices, addresses, bedrooms, agent details, listing URLs), which adds some behavioral context, but it does not mention rate limits, authentication, pagination behavior, or any other operational nuances.

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 two sentences, front-loaded with the tool's purpose followed by a concise summary of return data. Every sentence earns its place with no waste.

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 10-parameter tool with an output schema, the description adequately conveys the core purpose and return types. It would benefit from a brief note on how it differs from rightmove_listing, but overall it is sufficient for the agent to understand the tool's scope.

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 no additional parameter meaning beyond the schema; it only restates the postcode requirement and the sale/rent option, which the schema already covers.

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 states 'Search Rightmove property listings for sale or rent near a postcode' – a specific verb, resource, and scope. It also lists return fields, clearly distinguishing it from sibling tools like rightmove_listing.

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 gives clear context that this tool is for searching property listings by postcode, but it does not explicitly mention when to use it over alternatives or any exclusions. No differentiation from rightmove_listing is provided, but the purpose is self-evident.

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