removedInput schema / properties / building_type
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by building type: F=flat, D=detached, S=semi, T=terraced (default all)"
-}
removedInput schema / properties / max_bedrooms
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum bedrooms filter"
-}
changedInput schema / properties / max_pages / default
Previous value: -1New value: +3
removedInput schema / properties / max_pages / description
Removed value: -"Max pages to fetch (default 1, ~25 listings per page)"
removedInput schema / properties / max_price
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum price/rent filter in £"
-}
removedInput schema / properties / min_bedrooms
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum bedrooms filter"
-}
removedInput schema / properties / min_price
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum price/rent filter in £"
-}
removedInput schema / properties / postcode
Removed value: -{
- "description": "UK postcode (e.g. \"NG1 1AA\", \"SW1A 2AA\")",
- "type": "string"
-}
removedInput schema / properties / property_type
Removed value: -{
- "default": "sale",
- "description": "\"sale\" or \"rent\" (default \"sale\")",
- "type": "string"
-}
removedInput schema / properties / radius
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Search radius in miles (default varies by area)"
-}
removedInput schema / properties / sort_by
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Sort order: \"newest\", \"oldest\", \"price_low\", \"price_high\", \"most_reduced\" (default: Rightmove default)"
-}
addedInput schema / properties / url
Added value: +{
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "postcode"
-]New value: +[
+ "url"
+]
removedOutput schema / additionalProperties
Removed value: -true
addedOutput schema / properties
Added value: +{
+ "result": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ }
+}
addedOutput schema / required
Added value: +[
+ "result"
+]
addedOutput schema / x-fastmcp-wrap-result
Added value: +true