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 statute detail (조문)

kr_get_law

TW-specificMIT

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

Input schema

{
  "properties": {
    "law_id": {
      "title": "Law Id",
      "type": "string"
    }
  },
  "required": [
    "law_id"
  ],
  "title": "kr_get_lawArguments",
  "type": "object"
}

How to call

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

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

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