List UNICEF Country Codes
list_countriesList countries and territories from the UNICEF database with ISO3 codes, optionally filtered by region name.
Instructions
List countries available in the UNICEF database with ISO3 codes.
Optionally filter by region name (case-insensitive partial match). Use the iso3 values in get_data().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of countries to return per page. | |
| offset | No | Pagination offset — skip this many countries before returning. Use with `limit` to page through. UNICEF's country list has ~450 entries (member states + dependent territories + regional aggregates), so the default limit returns everything in one page. | |
| region | No | Optional region filter applied as a case-insensitive substring match against each country's name (e.g. 'asia' matches 'South Asia'). Not a UNICEF region code lookup. When omitted, returns all 200+ countries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||