Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_english_law_text

Retrieve the official English text of the Korean Personal Information Protection Act (PIPA) in a chapter-by-article structure. Use it for GDPR comparisons and preparing overseas reports or consultations.

Instructions

영문 법령 본문 (법제처 lawService · target=elaw). PIPA 영문본 등 챕터·조문(Article) 구조로 정렬. GDPR 비교, 국외 보고·자문 작성에 직접 활용. 다음: get_law_text(mst)로 한글본 비교, compare_articles로 조문별 한↔영 비교(예정).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstYes법령일련번호 (search_english_law 결과의 mst=N). ID 파라미터는 작동 안 함
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It mentions the source (lawService, target=elaw) and text structure, but does not cover error handling, authentication, or data freshness. Adequate for a simple one-parameter retrieval tool, but could be more explicit.

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 concise sentences that front-load the primary purpose and structure, with additional usage guidance and sibling references. No wasted words.

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?

Given the simplicity of the tool (one parameter, no output schema), the description provides sufficient context: source, structure, use cases, and related tools. It is complete for an agent to select and invoke correctly.

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 description coverage is 100% for the single parameter mst. The tool description adds context by referencing its use with get_law_text, reinforcing the parameter's role. This adds marginal value beyond the schema definition.

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 that the tool retrieves English law text from the Ministry of Legislation lawService, with a specific structure (chapter/article). It distinguishes itself from siblings like get_law_text (Korean) and compare_articles (comparison).

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 explicitly suggests when to use this tool (GDPR comparison, overseas reports) and recommends alternatives for related tasks (get_law_text for Korean, compare_articles for comparison).

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