Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

KR precedent detail

kr_get_precedent

TW-specificMIT

Scope: Korean statutes and precedents from law.go.kr.

Fetch full precedent detail by 판례일련번호.

Returns 판시사항 (issue) + 판결요지 (holding summary) + 참조조문
(cited statutes) + 참조판례 (cited precedents) + 판례내용 (full
user wants the actual holding, not just the case list.

Args:
    prec_id: 판례일련번호 from search results (e.g. "616247").

Input schema

{
  "properties": {
    "prec_id": {
      "title": "Prec Id",
      "type": "string"
    }
  },
  "required": [
    "prec_id"
  ],
  "title": "kr_get_precedentArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see kr_get_precedent. Just ask it to call — example:

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

# It will call:
kr_get_precedent(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