You're viewing a demo portfolio

Join the waitlist
PRSM

search_bills

Active

Tool of Uk Parliament

declared in 0.1.0

Search bills by title / session / stage / sponsoring member.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Online Safety Bill"
    },
    {
      "sort": "DateUpdatedDescending",
      "take": 10,
      "stage": 2,
      "current_house": 1
    }
  ],
  "properties": {
    "skip": {
      "type": "number",
      "description": "0-based offset"
    },
    "sort": {
      "type": "string",
      "description": "TitleAscending | TitleDescending | DateUpdatedAscending | DateUpdatedDescending"
    },
    "take": {
      "type": "number",
      "description": "1-50 (default 20)"
    },
    "query": {
      "type": "string",
      "description": "Search bill title and short title"
    },
    "stage": {
      "type": "number",
      "description": "Stage id (1=intro, 2=first reading, etc.)"
    },
    "session": {
      "type": "number",
      "description": "Session id (numeric)"
    },
    "member_id": {
      "type": "number",
      "description": "Sponsoring member id"
    },
    "current_house": {
      "type": "number",
      "description": "1 = Commons, 2 = Lords"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Uk Parliament

https://github.com/pipeworx-io/mcp-uk-parliament

1/7 registries
View full server →
search_bills — Uk Parliament — PRSM MCP