get_bill
ActiveTool of openparliament-ca
declared in 0.1.0
Fetch full detail for a Canadian Parliament bill by session (e.g. "44-1") and bill number (e.g. "C-318") — returns title, sponsor, status, and legislative history.
Parameters schema
{
"type": "object",
"examples": [
{
"number": "C-318",
"session": "44-1"
}
],
"required": [
"session",
"number"
],
"properties": {
"number": {
"type": "string",
"description": "Bill number (e.g. \"C-318\")"
},
"session": {
"type": "string",
"description": "Session (e.g. \"44-1\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
openparliament-ca
https://github.com/pipeworx-io/mcp-openparliament-ca
2/7 registries