You're viewing a demo portfolio

Join the waitlist
PRSM

list_bills

Active

Tool of openparliament-ca

declared in 0.1.0

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"
    }
  }
}

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 →