get_bill
Retrieve detailed information about a specific bill in Taiwan's Legislative Yuan, including sponsor details, bill progress, and related laws, using the bill number.
Instructions
取得特定議案的詳細資訊。
Args:
bill_no: 議案編號,必填,例:203110077970000
Returns:
str: JSON 格式,包含議案基本資料、提案人資訊、議案流程、相關法條等詳細資訊。
Raises:
例外時回傳中文錯誤訊息字串。Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_no | Yes | 議案編號,必填,例: 203110077970000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |