Search Parliamentary Divisions
votes_search_divisionsSearch UK parliamentary division votes in Commons or Lords to find vote outcomes, dates, and summaries by topic, date range, or member participation.
Instructions
Search parliamentary divisions (votes) in the Commons or Lords.
Returns division summaries including title, date, vote counts, and whether the motion passed. Use votes_get_division with the division ID for full voter lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | DivisionSearchInput with optional query, house, date range, member filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | The search term, if any (None = browse recent) | |
| house | Yes | Commons or Lords | |
| offset | No | Skip applied to this page | |
| limit | No | Page size requested | |
| total | Yes | Number of divisions returned in this call | |
| has_more | No | True if a full page was returned (more may exist) | |
| divisions | No | Matching divisions. Use the integer `id` field with votes_get_division to fetch the full voter list. |