Twinkle HubTwinkle Hub

韓國判例詳細 (판례 body)

kr_get_precedent

🇰🇷 대한민국읽기 전용

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").

파라미터

이름타입설명
prec_id *string
원본 JSON schema
{
  "properties": {
    "prec_id": {
      "title": "Prec Id",
      "type": "string"
    }
  },
  "required": [
    "prec_id"
  ],
  "title": "kr_get_precedentArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
kr_get_precedent({ prec_id: "…" })