eo_geocode
Convert a place name to a WGS84 bounding box for geospatial queries. Resolves display name, center, and min/max coordinates.
Instructions
Geocode a natural language place name into a standard WGS84 bounding box.
Args: place_name: Location name, city, or geographic feature (e.g. 'Valencia, Spain', 'Lake Tahoe', 'Imperial Valley').
Returns: JSON string with resolved display_name, center coordinates, and [min_lon, min_lat, max_lon, max_lat] bbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |