Twinkle HubTwinkle Hub

韓國判例詳細 (판례 body)

kr_get_precedent

🇰🇷 Corée du Sudlecture seule

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

Paramètres

NomTypeDescription
prec_id *string
Schéma JSON brut
{
  "properties": {
    "prec_id": {
      "title": "Prec Id",
      "type": "string"
    }
  },
  "required": [
    "prec_id"
  ],
  "title": "kr_get_precedentArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
kr_get_precedent({ prec_id: "…" })