US Bill Details
congress.legislation.bill_detailsRetrieve full details of a US bill by Congress number, type (hr/s), and bill number. Includes title, sponsors, co-sponsor count, action history, committee referrals, and policy subjects from Congress.gov.
Instructions
Get full details for a specific US bill by Congress number, type (hr/s), and bill number. Returns title, all sponsors, co-sponsor count, action history, committee referrals, policy subjects. Source: Congress.gov.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| congress | Yes | Congress number (e.g. 119 for 2025-2026, 118 for 2023-2024) | |
| type | Yes | Bill type: hr (House bill), s (Senate bill), hjres, sjres, etc. | |
| number | Yes | Bill number (e.g. 1 for HR 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |