search_location
unverifiedv0.1Searches for real estate properties in a given city or neighborhood by navigating to the map view.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"description": "City name, neighborhood, or postal code to search in (e.g. Seattle)"
}
}
}Full Contract
{
"name": "search_location",
"description": "Searches for real estate properties in a given city or neighborhood by navigating to the map view.",
"inputSchema": {
"type": "object",
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"description": "City name, neighborhood, or postal code to search in (e.g. Seattle)"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/real-estate-map/search_location