韓國法令詳細 (법령 · 조문)
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 安裝步驟。
查看使用者設定文件