get_bill_proposers
Get the full list of proposers (lead and co-sponsors) for a bill, including name, party, and role. Use after searching bills to identify co-sponsorship.
Instructions
의안 제안자(공동발의자) 정보를 조회합니다.
Get the complete list of proposers (lead + all co-sponsors) for a bill. Returns name, party, and role for each proposer.
When to use: • After search_bills, to find who co-sponsored a bill and from which parties. • For co-sponsorship network analysis across multiple bills.
IMPORTANT — requires BILL_ID, not BILL_NO: • BILL_ID looks like "PRC_Y2Z6X0..." — get it from search_bills or get_pending_bills • BILL_NO is the 7-digit number (e.g., "2216983") — WRONG for this tool
Args: bill_id: 의안ID — 필수 (예: "PRC_Y2Z6X0Y2W1X9V1W1D4E4D3B7B8Z1A1") search_bills / get_pending_bills 결과의 BILL_ID 필드 사용.
Returns: proposers: 제안자 목록 — PPSR_NM(이름), PPSR_POLY_NM(정당), REP_DIV(대표/공동발의 구분), PPSR_ROLE(역할), PPSL_DT(발의일) 등 count: 제안자 수 total_count: 전체 제안자 수
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||