geocode_location
Resolve any city, landmark, or region into candidate coordinates. Provide a location name to receive matching latitude and longitude options.
Instructions
Resolve a place name (city, landmark, region) into candidate coordinates.
Args: location_name: Free-text place name, e.g. "Charlotte, NC" or "Kyoto". max_results: Maximum number of candidate matches to return (1-10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | ||
| location_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| results | Yes | ||
| match_count | Yes |