get_wagon_by_weight_class
Query KORAIL wagon inventory by weight class. Filter by wagon type and weight range to retrieve counts of covered, tank, flat, and other wagons as of Dec 2024.
Instructions
화차 자중별 보유현황 조회 (2024.12.31 기준, 70개 자중 구간). 자중(톤) 구간별 유개차·유조차·무개차·평판차·소화물·차장차·침식차 보유 대수. wagon_type: 차종 필터 (예: '유개차', '유조차', '무개차', '평판차'). 해당 차종 보유량 > 0 인 행만 반환. min_weight: 최소 자중(톤, 예: '20'). max_weight: 최대 자중(톤, 예: '25'). 미입력 시 전체 70개 행 반환.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_weight | No | ||
| min_weight | No | ||
| wagon_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |