Twinkle HubTwinkle Hub
登入

📌 2026-08-17 新增:⚖️ 台灣法條時光機 — 歷史法條原文 · 修法沿革 · 全文檢索 · 條文關聯圖(935 個 dataset · 35,454+ 筆 row)

查看完整 Changelog →

美國國會單一法案完整記錄

us_get_bill

台灣​專屬MIT

**關鍵字 / Keywords**: 美國國會 法案 提案人 附署 委員會 修正案 congress bill sponsor cosponsor amendment committee actions text summary CBO

Scope: US Congress single-bill drilldown via Congress.gov.

One bill's full record — sponsors, cosponsors, committees, actions
history, related bills, text versions, summaries, CBO cost
estimates, constitutional authority statement.

Endpoint:
    GET https://api.congress.gov/v3/bill/{congress}/{type}/{number}

Args:
    congress: e.g. 118.
    bill_type: hr / s / hjres / sjres / hconres / sconres / hres / sres.
    bill_number: integer (accepts str or int).

Returns dict with `title`, `introduced_date`, `origin_chamber`,
`policy_area`, `latest_action_*`, `sponsors[]`,
`{actions,cosponsors,amendments,committees,related_bills,subjects,
summaries,text_versions,titles}_count + _url` (drilldown URLs so
agents can crawl children), `cbo_cost_estimates[]`,
`constitutional_authority_statement`, plus `original_url` back
to www.congress.gov. License: US Public Domain.

輸入 schema

{
  "properties": {
    "congress": {
      "title": "Congress",
      "type": "integer"
    },
    "bill_type": {
      "title": "Bill Type",
      "type": "string"
    },
    "bill_number": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "string"
        }
      ],
      "title": "Bill Number"
    }
  },
  "required": [
    "congress",
    "bill_type",
    "bill_number"
  ],
  "title": "us_get_billArguments",
  "type": "object"
}

呼叫​方式

配置​好 Twinkle Hub 的 MCP client 後,​agent 會​看到 us_get_bill。直接讓它呼叫​即可,​例如:

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

# It will call:
us_get_bill(input="…")

尚未​設定 Client?

Claude Desktop 約 3 分鐘即可完成​設定 — 下載 .mcpb 檔案並雙擊​即可,或參閱​文件中的各 Client 安裝​步驟。

查看使用者設定​文件