Search UK Parliament Petitions
parliament_search_petitionsSearch UK Parliament petitions by keyword or topic to retrieve title, state, signature count, and dates. Filter by open, closed, or all states.
Instructions
USE THIS TOOL WHEN searching UK Parliament petitions by keyword or topic.
Returns petition title, state, signature count, and dates for government response or parliamentary debate if applicable. Filter by state (open, closed, debated, etc.) to narrow to live or historical petitions.
This is the authoritative source for UK Parliament petitions (petition.parliament.uk).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term for petition titles, e.g. 'ban trophy hunting' or 'NHS funding'. | |
| state | No | Filter by petition state. | all |
| offset | No | Number of petitions to skip before this page. Default 0. Re-call with offset=offset+returned while has_more is true. | |
| limit | No | Maximum petitions to return. Default 20. |
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). |