Skip to main content
Glama
amurshak

CongressMCP-full

by amurshak

Congressional Voting and Nominations - House votes and presidential nominations

voting_and_nominations

Congressional 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

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
ordinalNo
sessionNo
to_dateNo
congressNo
keywordsNo
from_dateNo
operationYes
vote_numberNo
nomination_numberNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
votesNoVote results
successYesWhether the operation was successful
summaryYesHuman-readable summary of the results
operationYesThe operation that was performed
nominationsNoNomination results
results_countYesNumber of results returned
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says the tool 'returns structured vote/nomination data,' but does not disclose that operations are read-only, how operation dispatch works, parameter applicability, or any special behaviors like the 'xml' operation suffix.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The bulleted operation list is reasonably organized and front-loaded, but the opening sentence largely duplicates the title. The list of 13 operations is compact, yet somewhat repetitive, and could be tightened without losing information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity—13 operations, 11 parameters, no annotations—the description is insufficient. It covers the general domain and lists operations, but lacks operation-specific parameter mapping, required input combinations, output format expectations, and any caveats about pagination or filtering behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It lists six 'key params' but does not explain their meaning, formats, defaults, or which operations require which parameters. Several schema parameters like sort, limit, ordinal, from_date, and to_date are omitted entirely.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool provides access to House votes and presidential nominations, which differentiates it from sibling tools focused on bills, amendments, treaties, and members. However, the verb 'Access' is broad, and the title and first line largely repeat each other.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists many operations but gives no guidance on when to use one operation instead of another, nor does it explain when this tool should be preferred over sibling tools like get_committee_nominations. There is no mention of exclusions or alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amurshak/congressMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server