geocoding_search
Search for places using Nominatim forward geocoding. Accepts free-text or structured address fields; returns JSON results with address, tags, and name details.
Instructions
Search Nominatim places. Returns typed Nominatim JSONv2 forward geocoding results. Use either q or structured fields, not both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query | |
| street | No | Structured street or house number | |
| city | No | Structured city | |
| county | No | Structured county | |
| state | No | Structured state | |
| country | No | Structured country | |
| postalcode | No | Structured postal code | |
| limit | No | Maximum results, defaults to 10 and clamps to 20 | |
| countrycodes | No | Comma-separated ISO 3166-1 alpha-2 country filters | |
| accept_language | No | Preferred result language, forwarded to Nominatim | |
| addressdetails | No | Include address details, defaults to true | |
| extratags | No | Include OSM extra tags | |
| namedetails | No | Include multilingual name details |