get_flight_status
[한국 공항 실시간 운항정보] 한국 14개 공항의 실시간 출도착 정보를 조회합니다. Look up real-time arrival/departure status for 14 Korean airports.
Rendering: every line already carries the gate ('게이트 267' / 'Gate 267'), the
terminal, and — for departures — the check-in counter ('체크인 A B C D' /
'check-in B01-B18'). When you render a table, give the gate AND the check-in
counter their own columns next to 편명·목적지·시각·상태·터미널 — do not drop them.
A departing passenger moves check-in → security → gate, so a table without those
two sends them back to ask again. '-' means not assigned yet; show '-' rather than
inventing or guessing a gate or counter.
Args:
airport: Airport IATA (ICN/GMP/PUS/CJU/TAE/CJJ etc., 14 total)
direction: 'arrival' or 'departure'
flight_date: date — omit or 'today' for live; 'yesterday'/'YYYY-MM-DD' for snapshot.
Up to 30 days back. ICN historical data only on dates the nightly
snapshot ran.
lang: Response language — 'E' English (default) / 'K' 한국어 / 'C' 中文 / 'J' 日本語.
MUST be filled to match user's language: 한국어 질문이면 'K', 中文이면 'C',
日本語면 'J'. Default 'E' is the safest pivot for any other language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | E | |
| airport | No | ICN | |
| direction | No | arrival | |
| flight_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |