美國國會單一法案完整記錄
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 安裝步驟。
查看使用者設定文件