congress_search_bills
Search or list recent U.S. federal bills and resolutions from Congress.gov. Returns the most recently updated bills, optionally scoped to a Congress number or filtered by a free-text query. Use this to find legislation by topic or to see what is currently moving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order, e.g. 'updateDate+desc' (default) or 'updateDate+asc'. | |
| limit | No | Max results (1-250, default 20). | |
| query | No | Optional free-text keyword filter (e.g. 'inflation', 'semiconductor'). | |
| offset | No | Pagination offset. | |
| congress | No | Congress number (e.g. 91 is current). Omit for all. |