find_places_nearby
Search for OpenStreetMap places of a specific type within a radius of a given location. Retrieve matching amenities and points of interest with coordinates.
Instructions
Find OSM elements matching a tag within a radius of a point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Center point latitude | |
| lon | Yes | Center point longitude | |
| limit | No | Max number of elements to return | |
| tag_key | Yes | OSM tag key, e.g. "amenity" | |
| radius_m | Yes | Search radius in meters, max 50000 | |
| tag_value | No | OSM tag value, e.g. "cafe"; omit to match any value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||