Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

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