Congressional Voting and Nominations - House votes and presidential nominations
voting_and_nominationsCongressional Voting and Nominations - Access House votes and presidential nominations.
Instructions
Congressional Voting and Nominations - Access House votes and presidential nominations.
HOUSE VOTING (6 operations):
• get_house_votes_by_congress/session, get_house_vote_details/enhanced
• get_house_vote_member_votes/xml - Individual member vote records
NOMINATIONS (7 operations):
• search_nominations, get_latest_nominations, get_nomination_details
• get_nomination_actions/committees/hearings/nominees, get_nominations_by_congress
Key params: operation, congress, session, vote_number, keywords, nomination_number
Returns structured vote/nomination data with member details and legislative actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| ordinal | No | ||
| session | No | ||
| to_date | No | ||
| congress | No | ||
| keywords | No | ||
| from_date | No | ||
| operation | Yes | ||
| vote_number | No | ||
| nomination_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| votes | No | Vote results | |
| success | Yes | Whether the operation was successful | |
| summary | Yes | Human-readable summary of the results | |
| operation | Yes | The operation that was performed | |
| nominations | No | Nomination results | |
| results_count | Yes | Number of results returned |