list_countries
Retrieve a paginated list of countries with ISO codes and names, supporting sorting and field selection. Use for populating country dropdowns or validating geographic data.
Instructions
List countries (ISO codes, names).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | JSON:API sort, e.g. `-created_at`. | |
| fields | No | Comma-separated subset of fields to return. | |
| page_size | No | Items per page (1-500). | |
| page_number | No | 1-based page number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||