get_place_info
Search for any place by name and get its coordinates and geographic details via OpenStreetMap Nominatim, enabling location validation and further map operations.
Instructions
Get information about a place by name using OSM Nominatim.
Args: place_name: Name of the place to search for
Returns: Dictionary containing place information and coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |