get_votes
Pack: storting-no · Endpoint: https://gateway.pipeworx.io/storting-no/mcp
List the votes (“voteringer”) held on a single case. Returns sak_votering_liste; each has a votering id. Pass that id to get_vote_result for per-MP breakdown.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sakid | string | yes | Numeric case id (sakid) from get_cases. |
Example call
curl -X POST https://gateway.pipeworx.io/storting-no/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_votes","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"storting-no": {
"url": "https://gateway.pipeworx.io/storting-no/mcp"
}
}
}
See Getting Started for client-specific install steps.