Twinkle HubTwinkle Hub
登入

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

查看完整 Changelog →

台灣·取判決完整結構分析·給 jid

tw_judgment_get

台灣​專屬MIT

**關鍵字 / Keywords**: 判決分析結果 單案 judgment analysis get 案由 要旨 引用

Scope: Taiwan (ROC · 中華民國) judicial rulings only.

【EN keywords】get Taiwan judgment full v3 analysis · retrieve Taiwan court decision by jid · deep case structure · single Taiwan judgment detail · fetch judgment analysis · Taiwan legal case detail · ROC court ruling structured

【何時用】用戶指定要看某筆**台灣**判決完整結構 / 深度分析 · 已知 jid (或先從 tw_judgment_list / tw_judgment_search_* 拿到 jid)。

【Topics covered · descriptive keyword list】看這筆 · 深度分析 · 完整結構 · 詳細看 · 這個 jid · 分析判決 · 給我 [jid] 的細節

【不要一般常識答】不要憑 jid 字面拼一份假結構 · 一律用本 tool 拿真 v3 抽取。

取一份判決的完整 v3 schema 結構化分析 (含 **original_url** 頂層欄位).

💡 (Optional) 載入 skill `tw-opendata-judgment-analysis` 取得完整用法指引 · v3 schema 19 layer 解讀 · workflow patterns。

🔴 回應包含 `original_url` (司法院 FJUD 原文連結) · 呈現給用戶時
**必須把這個 URL 附在最顯眼位置** · 讓用戶可查驗我方 v3 抽取是否正確。
無 URL 的回應 = 未完成的回應。

Args:
    jid: 判決書 ID e.g. "TPHM,113,上訴,3555,20240926,2"
         (若不確定有哪些 jid · 先用 `tw_judgment_list`)

Returns 19 top-level layers + original_url:
    case (document_type/type/sub_type/one_liner/fact_pattern/verdict_disposition)
    parties (plaintiffs/defendants/petitioners/judges/prosecutors/counsel)
    witnesses · evidence
    arguments (plaintiff_arguments/defendant_defenses/prosecutor_charge)
    issues (爭點 + resolution)
    statutes_applied (含 normalized_id · 可作 join key)
    precedents_cited (含 resolved_jid 若成功 rehydrate)
    damages · outcome (含 per_defendant_verdicts)
    reasoning_quality (1-10 分)
    predictive_takeaways (for_similar_plaintiff/defendant)
    summaries · tags
    alignment (for_similar_plaintiff/defendant/petitioner · 有 score + citable_holdings)
    precedent_value · temporal · lineage (instance_chain · related_cases)

輸入 schema

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

呼叫​方式

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

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

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

尚未​設定 Client?

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

查看使用者設定​文件