Twinkle HubTwinkle Hub
登入

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

查看完整 Changelog →

判決書全文 + T3 抽取

tw_get_judicial_full

台灣​專屬MIT

**關鍵字 / Keywords**: 判決全文 法院 court judgment full-text 判決書 完整 verdict

取單一判決書完整 metadata + JFULL + T3 抽出欄位 (若已處理).

Args:
    jid: 判決書 ID (tw_search_judicial hit 取得), e.g. "CPEV,115,竹北簡,57,20260202,1"
Returns:
    jid, jyear, jcase, jno, jdate, jtitle, jpdf, court_code, jfull,
    + T3 fields if available (issue, outcome_type, winner, ...)

輸入 schema

{
  "properties": {
    "jid": {
      "title": "Jid",
      "type": "string"
    }
  },
  "required": [
    "jid"
  ],
  "title": "tw_get_judicial_fullArguments",
  "type": "object"
}

呼叫​方式

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

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

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

尚未​設定 Client?

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

查看使用者設定​文件