list_politicians
ActiveTool of openparliament-ca
declared in 0.1.0
Current + historic MPs.
Parameters schema
{
"type": "object",
"examples": [
{
"party": "liberal",
"current": true
},
{
"name": "Smith",
"limit": 20,
"province": "ON"
}
],
"properties": {
"name": {
"type": "string",
"description": "Name fragment"
},
"limit": {
"type": "number"
},
"party": {
"type": "string",
"description": "Party slug"
},
"offset": {
"type": "number"
},
"current": {
"type": "boolean",
"description": "Only currently sitting (default true)"
},
"province": {
"type": "string",
"description": "Province code (e.g. \"ON\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
openparliament-ca
https://github.com/pipeworx-io/mcp-openparliament-ca
2/7 registries