list_countries
Fetch countries for location addresses. Filter by partial name match and paginate results to locate the needed country.
Instructions
List all countries.
Countries are used when specifying location addresses.
Args: name: Filter by name (partial match) page: Page number (starts at 1) page_size: Number of results per page (max 1000)
Returns: JSON string with list of countries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |