get_glosowanie_razem
Measures voting agreement between two Polish MPs by calculating how often they vote the same and the percentage of agreement. Ideal for comparing voting patterns of any two MPs.
Instructions
Zgodność głosowania DWÓCH posłów: ile razy głosowali tak samo (na YES/NO/ABSTAIN) i procent zgodności (agreed_pct). Świetne do pytań 'jak często poseł X głosuje zgodnie z posłem Y'. Parametry: posel_a, posel_b (id z sejm_mp 1..460).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posel_a | Yes | ID pierwszego posła (sejm_mp.id) | |
| posel_b | Yes | ID drugiego posła (sejm_mp.id) |