find_nearby_boundaries
Find postal boundaries near a set of coordinates by specifying a center point and search radius. Returns boundary results up to a configurable limit, turning location lookups into actionable administrative data.
Instructions
Find nearby postal boundaries within a specified radius (NOT YET IMPLEMENTED - Coming Soon). The backend endpoint /v1/location/nearby needs to be implemented first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 10, max: 50) | |
| latitude | Yes | Center latitude | |
| longitude | Yes | Center longitude | |
| radius_km | No | Search radius in kilometers (default: 5.0, max: 100) |