get_bill_review
Retrieve the legislative processing timeline for bills, including committee referral dates, committee decisions, plenary vote dates, and final outcomes. Filter by assembly, committee, or bill number.
Instructions
의안 처리·심사정보를 조회합니다 — 위원회 및 본회의 처리 경로 요약.
Get the high-level processing timeline for bills: committee referral date, committee decision, plenary vote date, and final outcome.
NOT this tool: • For INDIVIDUAL COMMITTEE MEETING records (dates, agenda) → use get_bill_committee_review • For FULL BILL METADATA (proposer, LINK_URL, etc.) → use get_bill_detail • For PER-MEMBER VOTE records → use get_member_votes
When to use: • To see the overall legislative timeline for one or more bills. • To filter bills by committee and see their processing status.
Args: assembly: 대수 (예: "22") — 필수 bill_no: 의안번호로 필터 (선택, 예: "2216983") — BILL_NO(숫자), BILL_ID 아님 committee: 위원회명으로 필터 (선택, 예: "법제사법위원회") page: 페이지 번호 (기본값: 1) page_size: 페이지당 결과수 (기본값: 10)
Returns: reviews: 심사정보 목록 — BILL_ID, BILL_NO, BILL_NM, COMMITTEE_NM, 위원회 상정일/의결일, 본회의 상정일/의결일, PROC_RESULT_CD(처리결과), YES_TCNT, NO_TCNT, BLANK_TCNT, LAW_PROC_DT(공포일) 등 count: 이번 페이지 반환 건수 total_count: 전체 건수 has_more: True이면 page+1로 재호출
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| bill_no | No | ||
| assembly | Yes | ||
| committee | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||