Twinkle HubTwinkle Hub

韓國法令詳細 (법령 · 조문)

kr_get_law

🇰🇷 대한민국읽기 전용

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

Fetch statute detail by 법령ID · returns 조문 (articles) list.

article reading, or wants to cite specific 조.

Args: law_id: 법령ID from search results (e.g. "011357" · 개인정보 보호법).

Returns dict with 법령명, 소관부처, 공포/시행 dates, and 조문 list (each article with 조문내용, 조번호, 조문제목, 항 sub-items when present).

파라미터

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

호출 방법

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