Twinkle HubTwinkle Hub
登入

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

查看完整 Changelog →

美國聯邦標案詳情 (單筆 award 記錄)

us_get_award_details

台灣​專屬MIT

**關鍵字 / Keywords**: 美國聯邦標案 詳情 award detail contract grant loan period_of_performance subaward recipient UEI DUNS PSC NAICS place-of-performance executive-comp officer USASpending federal spending single award record

Scope: one US federal award's complete record.

Endpoint:
    GET https://api.usaspending.gov/api/v2/awards/{award_id}/

Args:
    award_id: pass the `generated_internal_id` returned by
              `us_search_awards`
              (e.g. `"CONT_AWD_N0001917C0001_9700_-NONE-_-NONE-"`).
              Do NOT pass the display "Award ID" (PIID / FAIN) —
              that shape isn't guaranteed to resolve.

Returns the full USASpending envelope including:
    recipient (name, UEI, DUNS, parent, location, business_categories)
    period_of_performance (start_date, end_date, potential_end_date)
    awarding_agency + funding_agency (toptier · subtier · office)
    naics_hierarchy · psc_hierarchy (industry / product classification)
    executive_details (top-5 officers + comp)
    place_of_performance (state · city · congressional district)
    total_obligation · total_outlay · subaward_count ·
    total_subaward_amount
    latest_transaction_contract_data (contract-only)

License: "Creative Commons Zero v1.0 Universal (CC0-1.0)".
Rate-limited to ~5 req/sec.

輸入 schema

{
  "properties": {
    "award_id": {
      "title": "Award Id",
      "type": "string"
    }
  },
  "required": [
    "award_id"
  ],
  "title": "us_get_award_detailsArguments",
  "type": "object"
}

呼叫​方式

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

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

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

尚未​設定 Client?

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

查看使用者設定​文件