Get Divisions Held In A Debate
parliament_get_debate_divisionsRetrieve divisions (formal votes) from a UK parliamentary debate using its debate_ext_id. Returns empty list if no votes occurred.
Instructions
USE THIS TOOL WHEN you have a debate_ext_id and want the divisions (formal votes) held within it.
Most debates contain no divisions — Business of the House sittings, statements, urgent questions, debates without a vote. A populated list typically appears around bill stages, motions, and contested amendments. Empty list is the honest result, not a failure mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | GetDebateDivisionsInput with the debate_ext_id GUID (chain from parliament_search_hansard contribution.debate_ext_id or top_debates[].debate_ext_id). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debate_ext_id | Yes | Echo of the input debate GUID. | |
| divisions | No | Divisions held in this debate, in chronological order. Empty when no divisions occurred. Each element's `id` chains to votes_get_division. |