get_bill_details
Retrieve detailed bill information, including summary and proposal reason, by providing the bill ID or number. Use this to access full legislative context after searching for a bill.
Instructions
특정 의안의 상세 정보를 조회합니다. 의안의 요약(MAJOR_CONTENT)과 제안 이유(PROPOSE_REASON)를 포함합니다.
사용법:
'search_bills'로 의안 검색 후 'BILL_ID' 또는 'BILL_NO' 확인
이 툴에 ID를 전달하여 상세 내용 조회
Args: bill_id: 의안 ID (예: 'PRC_...') 또는 의안 번호 (예: '2200001'). age: 선택적 대수 (예: "22").
Returns: 상세 정보가 포함된 의안 객체. 결과가 없으면 null을 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| bill_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |