Read-onlyGeographic boundariesMCP tool
geo_boundary_search
Search geographic boundaries (regional neighborhoods, neighborhoods, subdivisions) by name.
Search geographic boundaries (regional neighborhoods, neighborhoods, subdivisions) by name. Returns id, kind, name, centroid, and bbox for each match. Useful when the user asks about a named place ("show me The Northwest", "what neighborhood is this in"). Pass the returned id to listings_list as boundary_id to filter listings to the polygon. Results are ordered by kind priority (regional > neighborhood > subdivision) then text-search relevance — so a search for "northwest" surfaces "The Northwest" (regional) above any subdivision with that word in its name.Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search term — matches against boundary name (case-insensitive, full-text-search). · Max length: 80 · Min length: 1 |
limit | integer | No | Max results (1–25). Defaults to 10. · Default: 10 · Max: 25 · Min: 1 |
Example prompts#
- "Look up the boundary for The Northwest so I can pull listings inside it."
- "Which neighborhoods or subdivisions match the name Seven Oaks?"
Safety#
Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.