Get single Taiwan judgment full v3 analysis by jid
tw_judgment_get
TW-specificMIT
**關鍵字 / 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)Input schema
{
"properties": {
"jid": {
"title": "Jid",
"type": "string"
}
},
"required": [
"jid"
],
"title": "tw_judgment_getArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see tw_judgment_get. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 tw_judgment_get 處理 "…"。 # It will call: tw_judgment_get(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs