list_polls
Pack: abgeordnetenwatch · Endpoint: https://gateway.pipeworx.io/abgeordnetenwatch/mcp
List recorded parliamentary votes/polls (Abstimmungen) with their title and date. Optionally scope to a single legislative period via period_id (a parliament-period id). Returns most recent polls first.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
period_id | number,string | no | Optional parliament-period (legislature) id to filter polls. |
limit | number | no | Max results to return (default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/abgeordnetenwatch/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_polls","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"abgeordnetenwatch": {
"url": "https://gateway.pipeworx.io/abgeordnetenwatch/mcp"
}
}
}
See Getting Started for client-specific install steps.