geocode
Convert a human-readable location (e.g., 'Port of Rotterdam') to latitude/longitude coordinates for searches or ordering tools.
Instructions
Forward geocoding: accepts a human-readable location string (e.g. 'Port of Rotterdam') and returns lat/lng coordinates. Use this when the user mentions a place by name and you need coordinates for search or ordering tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A human-readable location string, e.g. 'Port of Rotterdam' |