Search UK Parliament Petitions
law_parliament_search_petitionsUSE 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 |
|---|---|---|---|
| limit | No | Maximum petitions to return. Default 20. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size requested | |
| query | Yes | The term that was searched in petitions | |
| state | Yes | Petition state filter applied to this query | |
| total | Yes | Number of petitions returned in this call | |
| offset | No | Skip applied to this page | |
| has_more | No | True if a full page was returned (more may exist) | |
| petitions | No | Matching petitions (title, state, signature count, key dates, URL). |