Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_english_law_text

Retrieves English text of Korean privacy laws (PIPA) structured by chapters and articles. Supports GDPR comparison and international reporting with official law sections.

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 carries the full burden. It describes the output structure (chapter/article) but does not disclose any behavioral traits like rate limits, authentication needs, or side effects. The read-only nature is implied by the tool's purpose.

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: two sentences providing purpose, structure, use cases, and sibling references. No redundant information.

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?

For a simple retrieval tool with one parameter and no output schema, the description is complete. It covers purpose, input semantics, output structure, usage context, and links to related tools.

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

Parameters3/5

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

Only one parameter 'mst' with description in schema indicating it's a law serial number from search results and that 'ID' parameter doesn't work. Schema coverage is 100%, so the description adds no additional semantics beyond that.

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 retrieves English law text (영문 법령 본문) from a specific source (법제처 lawService · target=elaw) and mentions the structure (chapter/article). It distinguishes from sibling tool get_law_text which returns Korean text.

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 states use cases (GDPR comparison, overseas reports/consulting) and suggests next steps: use get_law_text for Korean version and compare_articles for bilingual comparison. This provides clear when-to-use and alternatives.

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