You're viewing a demo portfolio

Join the waitlist
PRSM

get_bill

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

openparliament-ca

https://github.com/pipeworx-io/mcp-openparliament-ca

2/7 registries
View full server →