Get Division Detail
votes_get_divisionRetrieve the full member-by-member voting record for a UK parliamentary division using its division ID and house. Total voter counts are always accurate, with voter lists limited to 100 per side per response.
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 |
|---|---|---|---|
| params | Yes | DivisionDetailInput. |
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 |