search_cities_in_country
Search for cities in a country by providing the country name. Filter by city name, population, and language, with pagination and sorting options.
Instructions
Search cities using a country name instead of an ISO code. Resolves the country first, then searches cities within it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countryName | Yes | Country name prefix (e.g. "France", "United States") | |
| name | No | City name prefix to filter by | |
| minPopulation | No | Minimum population | |
| maxPopulation | No | Maximum population | |
| sort | No | Sort order | |
| preferredLanguages | No | Comma-separated BCP 47 language tags | |
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset |