Twinkle HubTwinkle Hub
登入

📌 2026-08-17 新增:⚖️ 台灣法條時光機 — 歷史法條原文 · 修法沿革 · 全文檢索 · 條文關聯圖(935 個 dataset · 35,454+ 筆 row)

查看完整 Changelog →

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

kr_get_law

台灣​專屬MIT

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

輸入 schema

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

呼叫​方式

配置​好 Twinkle Hub 的 MCP client 後,​agent 會​看到 kr_get_law。直接讓它呼叫​即可,​例如:

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

# It will call:
kr_get_law(input="…")

尚未​設定 Client?

Claude Desktop 約 3 分鐘即可完成​設定 — 下載 .mcpb 檔案並雙擊​即可,或參閱​文件中的各 Client 安裝​步驟。

查看使用者設定​文件