Wave: Get Province
wave_get_provinceRetrieve a province or state record using its country-qualified code (e.g., CA-ON). Returns details in markdown or JSON format.
Instructions
Get one province or state by its code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Province code, typically country-qualified, e.g. "CA-ON" or "US-NY". | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |