Get Division Detail
votes_get_divisionRetrieve the full member-by-member voting record for a UK parliamentary division using division ID and house. Get accurate total voter counts with truncated vote lists.
Instructions
USE THIS TOOL WHEN you have a division_id + house and want the full member-by-member voting record.
Voter lists are truncated to 100 per side to fit response limits; total voter counts are always accurate regardless of truncation. Chain from votes_search_divisions or parliament_get_debate_divisions (which cross-resolves Hansard division refs into votes-API division_ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| division_id | Yes | Division ID from votes_search_divisions results. | |
| house | No | Which house this division belongs to. | Commons |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Division ID | |
| title | Yes | Division title / motion text | |
| date | Yes | Date of the division | |
| house | Yes | Commons or Lords | |
| ayes_count | Yes | Total Aye votes | |
| noes_count | Yes | Total No votes | |
| passed | Yes | Whether the motion passed | |
| is_government_win | No | Whether the government won (Lords only) | |
| aye_voters | No | Members who voted Aye (may be truncated) | |
| noe_voters | No | Members who voted No (may be truncated) | |
| truncated | No | Whether voter lists were truncated to fit response limits | |
| total_aye_voters | No | Total number of Aye voters before truncation | |
| total_noe_voters | No | Total number of No voters before truncation |