get_vote_detail

Pack: govtrack · Endpoint: https://gateway.pipeworx.io/govtrack/mcp

Fetch how each member voted on a roll-call vote. Returns per-member vote options (Yea / Nay / Present / Not Voting).

Parameters

NameTypeRequiredDescription
vote_idnumberyesGovTrack vote ID

Example call

curl -X POST https://gateway.pipeworx.io/govtrack/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_vote_detail","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "govtrack": {
      "url": "https://gateway.pipeworx.io/govtrack/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026