get_bill_status
Retrieve the current status and legislative history of a bill by providing its bill number. Optionally specify the biennium to target a specific legislative period.
Instructions
Get the current status and history of a specific bill.
Args: bill_number: Bill number as an integer (e.g., 1234 for HB1234, 5678 for SB5678) biennium: Legislative biennium in format "YYYY-YY" (e.g., "2025-26") (optional, defaults to current)
Returns: Dict containing current status and history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_number | Yes | ||
| biennium | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |