Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

congress_senate_votes

Read-only

Retrieve Senate roll call vote results from senate.gov, showing how senators voted by party on legislation, nominations, and procedural motions from 1989 to present.

Instructions

Get Senate roll call vote results from senate.gov XML. Shows how senators voted by party on specific legislation, nominations, and procedural motions. Coverage: 101st Congress (1989) to present. Cross-reference with: congress_house_votes (same bill's House vote), FEC (senator donors via fec_candidate_financials), lobbying_search (who lobbied on the bill), congress_member_bills (senator's voting vs sponsoring patterns). For House votes, use congress_house_votes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results when listing votes (default: 20)
sessionNoSession (1 or 2). Default: current session (1 for odd years, 2 for even)
congressNoCongress number (default: current). Coverage: 101st (1989) to present
vote_numberNoSpecific roll call vote number. Omit to list recent votes.
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds meaningful context: data source (senate.gov XML), coverage (101st Congress to present), and output content (party breakdown). No contradictions with annotations.

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

Conciseness4/5

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

The description is front-loaded with the core purpose in the first sentence, and the cross-reference list is dense but relevant. Slightly long due to the list, but every sentence earns its place.

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

Completeness4/5

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

For a read-only tool with no output schema, the description provides source, coverage, content, and usage guidance. It doesn't describe return format, but that's not critical for a roll call vote query tool with clear semantics.

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

Parameters3/5

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

Schema description coverage is 100% (all 4 params have descriptions), so the description doesn't need to add parameter semantics. It doesn't, but the schema fully handles this baseline.

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

Purpose5/5

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

The description uses a specific verb and resource ('Get Senate roll call vote results from senate.gov XML'), states the scope (how senators voted by party on legislation, nominations, procedural motions), and explicitly distinguishes from the sibling tool 'For House votes, use congress_house_votes.'

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use this tool vs the House counterpart: 'For House votes, use congress_house_votes.' It also lists complementary cross-reference tools (FEC, lobbying_search, congress_member_bills) with context on what each adds.

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/cyntrica/gov-data-mcp'

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