search_bills
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Uk Parliament
https://github.com/pipeworx-io/mcp-uk-parliament
1/7 registries