get_bill_summary
Get a complete view of a single bill—metadata, timeline, co-sponsors, and committee meetings—without calling multiple endpoints.
Instructions
단일 의안의 핵심 정보를 한 번에 조회합니다 (편의 도구).
One-shot summary of a single bill: metadata + processing timeline + co-sponsors + committee meeting history. Chains multiple API calls internally.
When to use: • When you need a comprehensive view of ONE specific bill in a single call. • Instead of calling get_bill_detail + get_bill_review + get_bill_proposers separately.
Note: This tool makes up to 3 parallel API calls. If any sub-call fails, that section will be missing from the result with an error note.
Args: assembly: 대수 (예: "22") — 필수 bill_no: 의안번호 (예: "2216983") — 필수. search_bills / get_pending_bills 결과의 BILL_NO(숫자) 필드 사용.
Returns: bill_no: 의안번호 detail: get_bill_detail 결과 (BILL_NM, PPSR_NM, PPSL_DT, LINK_URL 등) review: get_bill_review 결과 (위원회/본회의 처리 타임라인, BILL_ID 포함) proposers: get_bill_proposers 결과 (공동발의자 목록) committee_meetings: get_bill_committee_review 결과 (위원회 심사 회의 목록) errors: 각 서브 호출의 에러 (정상이면 빈 dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_no | Yes | ||
| assembly | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||