get_city_info
Retrieve aviation city details by IATA code or list cities in a country using ISO-2 code. Returns name, code, coordinates, timezone, and population.
Instructions
TRIGGER: use when the user asks about an aviation city code/grouping or to list cities of a country in an aviation context — not for general geography questions. Look up cities in the world cities database by code or country. Returns city name, code, country, coordinates, timezone and population/popularity. USE CASES: 'Details for the LON city group', 'List cities in Bulgaria' (country_code='BG'). For turning a city NAME into a code, prefer search_airport_code (it also returns the airports for that city).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _fields | No | Comma-separated fields, e.g. 'name,city_code,country_code'. | |
| city_code | No | IATA city code, e.g. 'LON', 'PAR'. | |
| country_code | No | ISO-2 country code, e.g. 'BG'. |