search_hearings
Query Korean National Assembly confirmation hearings and public hearings by assembly, type, nominee, or committee. Returns hearing metadata for political appointment analysis.
Instructions
국회 인사청문회 및 공청회 목록을 조회합니다.
Query National Assembly confirmation hearings (인사청문회) or public hearings (공청회).
Hearing types:
"confirmation": 인사청문회 — personnel confirmation hearings for cabinet nominees, agency heads, and other senior appointees. Use nominee_name to filter by candidate.
"public": 공청회 — legislative public hearings for citizen input on bills. Use committee to filter by committee.
Research use case: For analysis of confirmation hearings and political appointments, combine with the kr-hearings-data package (9.9M speeches, 7.9M dyads) which provides full transcript-level data. This tool returns hearing metadata only.
Note: Parameter names are based on the API pattern and hollobit/assembly-api-mcp source review. If nominee_name filtering does not work, use query_assembly directly.
Args: assembly: 대수 — 필수 (예: "22") hearing_type: 청문회 유형 — "confirmation" 인사청문회 (기본값) | "public" 공청회 nominee_name: 후보자 이름 필터 (선택, hearing_type="confirmation"일 때 사용, 예: "홍길동") committee: 위원회명 필터 (선택, 예: "법제사법위원회") page: 페이지 번호 (기본값: 1) page_size: 페이지당 결과수 (기본값: 10)
Returns: hearings: 청문회 목록 — 청문회 날짜, 대상자/의안, 위원회 등 endpoint_used: 실제 호출된 엔드포인트 코드 hearing_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 | ||
| hearing_type | No | confirmation | |
| nominee_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||