search_geo_units
Look up UNESCO UIS geographic units (countries and regions) by name or code to find the geo unit code for indicator data retrieval.
Instructions
Search for UNESCO UIS geographic units (countries and regions) by name or code.
Use this to find the geo unit code needed for get_latest_value. Accepts either a country/region name (e.g. "Kenya", "Sub-Saharan Africa") or an ISO3 code directly (e.g. "KEN", "ZWE"). When multiple grouping systems match a region (WB, SDG, UNICEF, etc.), the tool will elicit a choice from the user directly.
Args: query: Country or region name, or ISO3 code (e.g. "Kenya", "ZWE", "Sub-Saharan Africa"). type_filter: Optional. "NATIONAL" to show only countries, "REGIONAL" for aggregates only. region_group: Optional. Restrict to a specific grouping system (e.g. "WB", "SDG", "UNICEF").
Returns: A dictionary with: - "geo_units": List of matches, each with code, name, type, and region_group. - "count": Number of results returned. - "hint": Guidance on next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| type_filter | No | ||
| region_group | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||