get_bill_detail
Retrieve comprehensive bill metadata: processing dates, committee referral, promulgation info, and a link to the official bill page.
Instructions
의안 상세정보를 조회합니다 (의안정보 통합 API).
Get comprehensive bill metadata: processing dates, committee referral, promulgation info, and a link to the official bill page.
When to use: • After search_bills, to get the full metadata for a specific bill. • To get LINK_URL for the official bill text/rationale (not available via API).
Not this tool: • For the committee/plenary processing TIMELINE → use get_bill_review • For CO-SPONSORS → use get_bill_proposers (requires BILL_ID, not BILL_NO)
Bill full text / propose-reason (제안이유): The Open API does not return bill texts. Use the korean-assembly-bills package (pip install korean-assembly-bills) for 60,925 bill texts (20th-22nd Assembly).
Args: bill_no: 의안번호 (예: "2217175") — 필수. search_bills 또는 get_pending_bills 결과의 BILL_NO 필드 사용. BILL_ID(PRC_...) 가 아닌 BILL_NO(숫자 7자리)를 사용해야 합니다.
Returns: bill: 의안 상세정보 — BILL_NO, BILL_NM, BILL_KND, PPSR_NM, PPSL_DT, 위원회 심사일정, 본회의 처리일정, 공포 정보, LINK_URL 등
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_no | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||