Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_related_laws

Retrieve the hierarchical structure of related laws and subordinate regulations for Korean privacy law, including direct mappings from the Ministry of Legislation.

Instructions

관련 법령·하위 행정규칙 조회 (법제처 lawService · target=lsStmd, 법령 체계도). 본법 → 시행령 → 시행규칙 → 고시·훈령·예규의 상하위 관계와 직접 매핑된 관련법령을 반환. PIPC가 결합법령으로 지정한 관계 외에 법제처 자체 매핑도 포함. mst(권장) 또는 lawId 필요. 다음: get_law_text(lawId·mst)로 본문, search_admin_rule(W2)로 PIPC 고시 본문.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstNo법령일련번호 (search_law 결과의 [브래킷] 안 숫자, 권장)
lawIdNo법령ID (search_law 결과의 lawId 필드)
Behavior4/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It accurately describes the return of hierarchical relationships and mapping sources (PIPC combined laws plus ministry mapping). No mention of destructive or auth requirements, which is acceptable for a read-only query.

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 and front-loaded with the main action in parentheses. Every sentence adds unique value: target service, hierarchy details, data sources, parameter advice, and follow-up steps. No wasted words.

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

Completeness4/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 adequately explains what is returned (hierarchy and related laws) and includes context about data sources. It covers the main behavioral aspects for a 2-parameter tool, though the exact return structure could be more concrete.

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?

The input schema already fully describes both parameters with origins from search_law results (100% coverage). The description only adds reinforcement that mst is recommended and one parameter is needed, providing minimal additional semantic value.

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

Purpose4/5

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

The description clearly states the tool queries related laws and subordinate administrative rules with a specific target (lsStmd) and returns hierarchical relationships. However, it does not explicitly differentiate from sibling tools like get_delegated_laws or get_intelligent_related_laws, leaving some ambiguity.

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

Usage Guidelines3/5

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

The description recommends using mst parameter and provides next-step tools (get_law_text, search_admin_rule) for text retrieval, implying this tool is for structure. But it lacks explicit guidance on when to use versus alternatives or when not to use.

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