Search UK Parliament Petitions
parliament_search_petitionsSearch UK Parliament petitions by keyword to find titles, status, signature counts, and response dates. Filter results by state and manage pagination.
Instructions
Search UK Parliament petitions by keyword.
Returns petition title, state, signature count, and dates for government response or parliamentary debate if applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | PetitionSearchInput with query and optional state filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The term that was searched in petitions | |
| state | Yes | Petition state filter applied to this query | |
| offset | No | Skip applied to this page | |
| limit | No | Page size requested | |
| total | Yes | Number of petitions returned in this call | |
| has_more | No | True if a full page was returned (more may exist) | |
| petitions | No | Matching petitions (title, state, signature count, key dates, URL). |