Wave: Get Country
wave_get_countryRetrieve a country's details and province codes using its ISO 3166-1 alpha-2 code. Output available in markdown or JSON for easy integration.
Instructions
Get one country and its provinces or states. Use this to find the province codes that address fields expect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ISO 3166-1 alpha-2 code such as "US", "CA", or "GB". | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |