apply_smart_filters
unverifiedv0.1Filters the real estate properties displayed on the map and list based on criteria like location, price, property type, area, bedrooms, and features.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"properties": {
"types": {
"type": "array",
"items": {
"type": "string"
},
"description": "Property types to include (e.g. Apartment, House, Studio)"
},
"features": {
"type": "array",
"items": {
"type": "string"
},
"description": "Must-have amenities (e.g. Rooftop Deck, Central AC)"
},
"location": {
"type": "string",
"description": "City to search in"
},
"min_area": {
"type": "number",
"description": "Minimum living area in sq ft"
},
"max_price": {
"type": "number",
"description": "Maximum price in USD"
},
"min_price": {
"type": "number",
"description": "Minimum price in USD"
},
"min_bedrooms": {
"type": "number",
"description": "Minimum number of bedrooms"
}
}
}Full Contract
{
"name": "apply_smart_filters",
"description": "Filters the real estate properties displayed on the map and list based on criteria like location, price, property type, area, bedrooms, and features.",
"inputSchema": {
"type": "object",
"properties": {
"types": {
"type": "array",
"items": {
"type": "string"
},
"description": "Property types to include (e.g. Apartment, House, Studio)"
},
"features": {
"type": "array",
"items": {
"type": "string"
},
"description": "Must-have amenities (e.g. Rooftop Deck, Central AC)"
},
"location": {
"type": "string",
"description": "City to search in"
},
"min_area": {
"type": "number",
"description": "Minimum living area in sq ft"
},
"max_price": {
"type": "number",
"description": "Maximum price in USD"
},
"min_price": {
"type": "number",
"description": "Minimum price in USD"
},
"min_bedrooms": {
"type": "number",
"description": "Minimum number of bedrooms"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/real-estate-map/apply_smart_filters