Get Country Bounding Box Tool
country_bounding_box_toolGet bounding box coordinates for a country by its ISO 3166-1 code. Returns an array [minX, minY, maxX, maxY].
Instructions
Gets bounding box for a country by its ISO 3166-1 country code, returns as [minX, minY, maxX, maxY].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso_3166_1 | Yes | ISO 3166-1 country code (2-10 characters, e.g., "CN", "US", "AE" ) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Bounding box as [minX, minY, maxX, maxY] | |
| message | No | Status or error message |