UK parliamentary bill detail
uk_get_bill
TW-specificMIT
**關鍵字 / Keywords**: 英國 國會 法案 詳情 階段 提案人 UK parliament bill detail stages sponsors long title royal assent act
Scope: UK Parliament · one bill's full detail.
Long title, current stage, sponsors, publications, plus a
`stages_summary` array (stage description / house / sitting count).
Args:
bill_id: numeric billId from `uk_search_bills` results.
License: OGL v3 + Parliamentary Copyright.Input schema
{
"properties": {
"bill_id": {
"title": "Bill Id",
"type": "integer"
}
},
"required": [
"bill_id"
],
"title": "uk_get_billArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see uk_get_bill. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 uk_get_bill 處理 "…"。 # It will call: uk_get_bill(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