UK parliamentary bills search
uk_search_bills
TW-specificMIT
**關鍵字 / Keywords**: 英國 國會 法案 搜尋 立法 議會 UK parliament bills legislation search commons lords act reading stage royal assent
Scope: UK Parliament · bills across current + historic sessions.
Search parliamentary bills by title keyword. The UK twin of
TW's `tw_search_bills` (LY 議案).
Args:
query: search term matched against bill titles.
current_only: True → only bills in the current session.
limit: max results (default 20, cap 50).
Returns dict with `data: [{bill_id, title, current_house, stage,
last_update, is_act, url}, ...]`. Feed `bill_id` into
`uk_get_bill` for stages + sponsors.
License: OGL v3 + Parliamentary Copyright.Input schema
{
"properties": {
"query": {
"default": "",
"title": "Query",
"type": "string"
},
"current_only": {
"default": false,
"title": "Current Only",
"type": "boolean"
},
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"title": "uk_search_billsArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see uk_search_bills. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 uk_search_bills 處理 "…"。 # It will call: uk_search_bills(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs