Search Parliamentary Bills
bills_search_billsSearch UK parliamentary bills by keyword, session, house, or legislative stage. Returns paginated bill summaries with current stage and act status.
Instructions
USE THIS TOOL WHEN searching UK parliamentary bills by keyword, session, house, or legislative stage.
Returns a paginated page of bill summaries (title, current stage, whether it became an Act). AFTER calling, pass a bill_id into bills_get_bill for full detail (sponsors, long title, Royal Assent date).
Authoritative source for UK parliamentary bill status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | BillSearchInput. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search term that was used | |
| offset | Yes | Number of results skipped before this page | |
| limit | Yes | Maximum results requested in this call | |
| returned | Yes | Number of results actually on this page | |
| total | No | Total results matching the query across all pages, if the upstream API reported it. None if unknown. | |
| has_more | Yes | True if more results exist beyond this page. Re-call with offset=offset+returned to fetch the next page. | |
| bills | No | Matching bills. Use the integer `id` field from any bill to call bills_get_bill for full detail. |