get_freight_minimum_fare
Retrieve minimum freight fare standards from KORAIL, with filters for fare type, classification number, and current validity. Returns fare amounts and effective dates.
Instructions
화물 운송 최저운임 기준 정보를 조회합니다. (총 7건 — 역사적 이력 포함)
Args: fare_type: 운임요금유형 (예: "최저운임"). 없으면 전체. classification_no: 분류번호 (예: "10", "20", "30"). 없으면 전체. current_only: True면 적용종료일자가 2100년 이후인 현재 유효 운임만 반환.
Returns: 운임요금유형, 분류번호, 분류번호내용, 적용최저운임(원), 적용시작일자, 적용종료일자.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fare_type | No | ||
| current_only | No | ||
| classification_no | No |