list_regions
Retrieve regions or states for a specified country to use when setting location addresses. Filter by name and paginate results.
Instructions
List regions/states for a country.
Regions are used when specifying location addresses.
Args: country_id: Country ID to get regions for 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 regions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| page_size | No | ||
| country_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |