get_voting_results
Retrieve structured voting results on Dutch parliamentary motions and bills. View detailed outcomes, party alignments, and analyze voting patterns using JSON responses in 'full' or 'summary' formats.
Instructions
Retrieves recent voting results on parliamentary motions and bills. The response contains a structured JSON object with voting results sorted by date (newest first). Each result includes detailed information such as the title of the motion/bill, the date of the vote, the submitter, whether it was accepted or rejected, the vote counts (for/against), and which political parties voted for or against. Use this tool when a user asks about recent parliamentary votes, wants to know how parties voted on specific issues, or needs to analyze voting patterns. You can control the number of results with the 'limit' parameter and choose between 'full' or 'summary' format. The 'summary' format provides a more structured representation with renamed fields, while both formats include complete party voting information. This tool is particularly valuable for tracking political alignments, understanding coalition dynamics, and analyzing how different parties position themselves on important issues.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Format of the results: 'full' for complete data or 'summary' for a more structured version with renamed fields (default: 'full'). Both formats include party information. | |
limit | No | Maximum number of voting results to return (default: 20, max: 100) |