list_bills
ActiveTool of openparliament-ca
List Canadian Parliament bills from OpenParliament.ca, optionally filtered by parliament-session (e.g. "44-1"), sponsor politician slug, and status. Returns bill number, name, sponsor, and current status.
Parameters schema
{
"type": "object",
"examples": [
{
"session": "44-1"
},
{
"limit": 25,
"status": "passed",
"session": "44-1",
"sponsor": "justin-trudeau"
}
],
"properties": {
"limit": {
"type": "number"
},
"offset": {
"type": "number"
},
"status": {
"type": "string"
},
"session": {
"type": "string",
"description": "Parliament-session (e.g. \"44-1\")"
},
"sponsor": {
"type": "string",
"description": "Sponsor politician slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
openparliament-ca
https://github.com/pipeworx-io/mcp-openparliament-ca
2/7 registries