get_homepage_dept
Retrieve KORAIL department details (name, code, parent code) with optional keyword filter for partial name matches. Without a keyword, returns the first 200 records from the full set of about 500.
Instructions
KORAIL 홈페이지 부서 정보 조회 (전체 약 500건).
부서명(DEPT_NM), 부서코드(DEPT_CODE), 상위부서코드(UPPER_DEPT_CODE)를 제공한다.
keyword: 부서명 부분일치 필터 (예: "본부", "처", "단", "TF") ※ 전체 데이터가 크므로 keyword 없이 호출하면 처음 200건만 반환됨. 전체 조회가 필요하면 keyword를 여러 번 나눠 호출할 것.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |