get_schedule
Retrieve the National Assembly schedule including plenary sessions, committee meetings, and public hearings. Filter by assembly term, schedule type, and committee name.
Instructions
국회 일정을 조회합니다 (본회의·위원회·공청회 등).
Query the National Assembly schedule: plenary sessions, committee meetings, public hearings, and other proceedings.
Schedule type determines which endpoint is used:
"all" → ALLSCHEDULE (모든 종류 통합, 가장 포괄적)
"plenary" → nekcaiymatialqlxr (본회의만)
"committee" → nrsldhjpaemrmolla (위원회만, committee 필터 사용 가능)
Note: Parameter names are based on the API pattern. If date filtering or committee filtering does not work as expected, use query_assembly directly.
Args: assembly: 대수 — 필수 (예: "22") schedule_type: 일정 종류 — "all" (기본값) | "plenary" | "committee" committee: 위원회명 필터 (선택, schedule_type="committee"일 때만 적용, 예: "법제사법위원회") page: 페이지 번호 (기본값: 1) page_size: 페이지당 결과수 (기본값: 20)
Returns: schedule_items: 일정 목록 endpoint_used: 실제 호출된 엔드포인트 코드 schedule_type: 요청한 일정 종류 count: 이번 페이지 반환 건수 total_count: 전체 건수 has_more: True이면 page+1로 재호출 raw_response: 비표준 응답 형식일 때 전체 JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| assembly | Yes | ||
| committee | No | ||
| page_size | No | ||
| schedule_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||