Ground Location Tool
ground_location_toolFind nearby places and neighborhood context for any location. Get area summaries, nearby POIs by category, and travel-time reachability from live Mapbox data.
Instructions
Answer questions about what is near a location, what neighborhood a coordinate is in, or what places are within walking/driving distance. Use this as the FIRST and ONLY tool when given coordinates and asked about nearby places, neighborhood context, local discovery, or area summaries — do NOT also call reverse_geocode_tool or search the web for places. Pass the place category (e.g. "restaurant", "coffee", "park") as the query parameter to get nearby POIs in the same call. Returns place name, nearby POIs matching the query, and travel-time reachability — all sourced from live Mapbox data with citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of nearby POIs to return (1-25) | |
| query | No | Optional category or type of places to search for nearby (e.g., "restaurant", "coffee", "park"). If omitted, returns general place context only. | |
| profile | No | Travel profile for isochrone calculation. Use "mapbox/driving-traffic" for traffic-aware driving. Defaults to "mapbox/walking". | mapbox/walking |
| language | No | IETF language tag for the response (e.g., "en", "es", "fr", "de", "ja") | |
| latitude | Yes | Latitude of the location to ground responses around | |
| longitude | Yes | Longitude of the location to ground responses around | |
| contours_minutes | No | Travel-time thresholds in minutes for the isochrone. Max 4 values, each between 1-60. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | Human-readable place name from reverse geocoding | |
| latitude | Yes | ||
| citations | Yes | Mapbox APIs used to produce this grounded response | |
| isochrone | No | Travel-time reachability summary | |
| longitude | Yes | ||
| nearby_pois | No | Nearby points of interest matching the query | |
| full_address | No | Full address if available |