Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_historical_law

Retrieve the full text of a Korean law at a specific historical point using the MST from get_law_history. Ideal for reviewing past versions of frequently amended regulations like the Personal Information Protection Act.

Instructions

특정 시점 법령 본문 (법제처 lawService · target=law). get_law_history가 반환한 시점별 mst로 호출. PIPA 같이 자주 개정되는 법령의 과거 시점 검토(예: 2019년 시점, 2023년 통합 직전) 시 사용. 현행 본문은 get_law_text. 다음: get_law_history(lawName)로 다른 시점 mst 확인.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstYes특정 시점의 법령일련번호 (get_law_history 결과의 시점별 mst). 현행 mst를 줘도 작동하지만 의미상 get_law_text 권장.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses that providing current mst works but recommends get_law_text. However, no annotations exist and description doesn't cover error handling or other behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no redundancy, front-loaded purpose, and efficient use of space.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Fully covers purpose, usage, parameter context, and relation to siblings for a simple retrieval tool with one parameter and no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameter. Description adds context about source of mst (from get_law_history) and usage nuance, going beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves specific point law text, distinguishing from get_law_text (current text) and linking to get_law_history.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises when to use (historical, frequently amended laws like PIPA), when not to (current text), and suggests next step using get_law_history.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scvcoder/korean-privacy-law-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server