Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_law_history

Retrieve all enforcement-date versions of a Korean law, including current, historical, and upcoming. Each version shows enactment date, enforcement date, and revision type to trace amendments over time.

Instructions

법령 연혁 목록 (법제처 lawSearch · target=eflaw). 한 법령의 시행일별 모든 버전 반환 — 현행·연혁·시행예정 구분. 각 버전마다 mst·공포일·시행일·제개정구분 노출 → get_historical_law(mst)로 그 시점 본문 조회. PIPA 같은 자주 개정되는 법령의 시점 분기 추적에 필수. 다음: get_historical_law(mst)로 특정 시점 본문, compare_old_new로 신구 비교.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawNameYes법령명 (정확 매칭, 약칭 가능). 같은 이름의 모든 시행일 버전 (현행·연혁·시행예정) 반환.
displayNo결과 개수 (기본 100, 한 법령의 모든 연혁 회수에 충분)
Behavior4/5

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

No annotations are provided, so the description fully carries the burden. It details the return fields (mst, promulgation date, effective date, amendment type) and target source, but does not mention authentication or rate limits. Given the read-only nature, this is sufficient.

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?

The description is concise at three sentences, front-loaded with core purpose, and every sentence adds value without redundancy.

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?

Despite no output schema, the description clearly explains what is returned (mst, dates, amendment type) and provides usage context with sibling links, making it complete for a history-listing tool.

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?

Input schema has 100% coverage; the description adds context: lawName supports exact match and abbreviations, display default 100 is adequate for all history. This adds meaning beyond the schema definitions.

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 the tool returns a list of law enactment history by effective date, including current, history, and upcoming versions. It distinguishes from siblings by explicitly mentioning get_historical_law and compare_old_new for next steps.

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?

The description provides explicit when-to-use guidance (e.g., tracking frequent amendments like PIPA) and recommends subsequent tools (get_historical_law for specific text, compare_old_new for comparison), making it clear when not to use this tool.

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