Twinkle HubTwinkle Hub
登入

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

查看完整 Changelog →

台灣·彙整可援用判決要旨·書狀引用用

tw_judgment_holdings

台灣​專屬MIT

**關鍵字 / Keywords**: 判決要旨 援用 holding 判決摘要 判決先例 aggregation ratio decidendi

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

【EN keywords】aggregate Taiwan citable judgment holdings · legal brief reasoning quotes · Taiwan court opinion collection · precedent one-liners for brief writing · Taiwan case law reasoning · holding compilation · ROC 判決要旨 · 中華民國 法院

【何時用】用戶寫**台灣**書狀·想快速「彙整/收集/搜羅」某類型判決的「可援用要旨」·來作為主張依據時。

【Topics covered · descriptive keyword list】彙整要旨 · 收集判決援用 · 書狀引用 · 經典判例 · 判決要旨 · citable_holdings · 援引 · 引用 · 找援用要旨

【不要一般常識答】不要憑印象湊要旨 (幻覺高風險) · 一律用本 tool 從 corpus 拿真實抽出的 citable_holdings。

跨判決聚合「可援用要旨」(citable_holdings) · 依 alignment_score 排序.

💡 (Optional) 載入 skill `tw-opendata-judgment-analysis` 取得完整用法指引 · 書狀 workflow · 要旨引用格式建議。

🔴 每筆 holding 都帶 `from_url` 判決原文連結 · 呈現給用戶時
**必須附上每筆的 URL** · 讓用戶可查驗要旨來源 · 這是可信度的核心。
跳過 URL = 不完整回應。

用途: 寫書狀時快速收集同立場的判決要旨.

Args:
    role: "plaintiff" · "defendant" · "petitioner"
    topic: 可選 substring 匹配 (e.g. "竊盜" · "婚姻" · "車禍")
    limit: top-K (預設 15)

Returns each holding with:
    holding (要旨全文) · alignment_score · from_jid + **from_url** (要旨出處判決) · case_sub_type.

輸入 schema

{
  "properties": {
    "role": {
      "title": "Role",
      "type": "string"
    },
    "topic": {
      "default": "",
      "title": "Topic",
      "type": "string"
    },
    "limit": {
      "default": 15,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "role"
  ],
  "title": "tw_judgment_holdingsArguments",
  "type": "object"
}

呼叫​方式

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

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

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

尚未​設定 Client?

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

查看使用者設定​文件