geocode_search
Convert addresses or place names into geographic coordinates with region biasing and language support.
Instructions
Convert addresses, place names, or landmarks into geographic coordinates (latitude/longitude). Supports region biasing and multiple languages for accurate global geocoding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Address or place name to geocode. Examples: "1600 Amphitheatre Parkway, Mountain View, CA", "Eiffel Tower", "Tokyo, Japan" | |
| region | No | Region code for biasing results (ISO 3166-1 alpha-2, e.g., "US", "GB", "DE") | |
| language | No | Language code for results (ISO 639-1, e.g., "en", "es", "fr") |