Search Parliamentary Divisions
votes_search_divisionsSearch UK parliamentary formal votes by topic, date, or member. Retrieve division summaries with titles, dates, vote counts, and pass/fail results.
Instructions
USE THIS TOOL WHEN searching Commons or Lords formal votes by topic, date, or member.
Returns division summaries (title, date, vote counts, pass/fail). AFTER calling, pass division_id + house into votes_get_division for the full member-by-member voter lists.
Authoritative source for UK parliamentary vote records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | DivisionSearchInput. |
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. |