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 →

HK LegCo bills search

hk_search_bills

TW-specificMIT

Scope: Hong Kong public datasets and government data.

Search LegCo BillsDB · Legislative Council of Hong Kong bills.



Args:
    keyword: substring match on bill_title_eng OR bill_title_chi
             (e.g. "Immigration", "入境", "Companies", "公司").
    top: page size (default 20).
    skip: pagination offset.

Returns OData `{"value": [...]}` · newest first. Rich fields:
    bill_title_eng/chi, internal_key, first_reading_date,
    second_reading_date, third_reading_date, ordinance_gazette_date,
    ordinance_title_eng/chi, proposed_by_eng, ordinance_year_number_eng.

Input schema

{
  "properties": {
    "keyword": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Keyword"
    },
    "top": {
      "default": 20,
      "title": "Top",
      "type": "integer"
    },
    "skip": {
      "default": 0,
      "title": "Skip",
      "type": "integer"
    }
  },
  "title": "hk_search_billsArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see hk_search_bills. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 hk_search_bills 處理 "…"。

# It will call:
hk_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