Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_delegated_laws

Retrieve all delegation mappings from a primary law's articles to enforcement decree and rule articles. Returns a flat list for quick overview of delegated provisions.

Instructions

법령 위임조문 관계 (법제처 lawService · target=lsDelegated). 본법 조문 → 시행령·시행규칙 위임 조문 매핑을 평탄 list로 반환. PIPA 같은 본법의 모든 위임조문 한 번에 확인 (예: 59개 위임조문). 다음: get_law_text(lawId)로 위임받는 시행령 본문, get_three_tier(mst)로 트리 시각화.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawIdYes법령ID (search_law의 lawId). 이 법령의 위임조문 관계 (조문 → 위임 받는 시행령·시행규칙 조문).
Behavior3/5

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

With no annotations, the description carries the burden. It mentions returning a flat list, but does not disclose rate limits, auth requirements, or potential side effects. The behavior is largely implied as a simple query, so it is minimally adequate.

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 very concise with no unnecessary words. It front-loads the purpose and uses clear structure, including example and follow-up hints. Every sentence adds value.

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?

Given no output schema, the description adequately explains the return type (flat list of mapping) and provides context about the service. It could be slightly more detailed about the list structure, but it is sufficient for a single-parameter 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?

The schema has 100% coverage. The description adds meaning by explaining the mapping (본법 조문 → 시행령·시행규칙 위임 조문) and provides an example (PIPA with 59 delegated provisions), enhancing understanding beyond the 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 the verb '반환' (return) and resource '법령 위임조문 관계' (delegated law provision relationships). It distinguishes itself from siblings like get_law_text and get_three_tier by explicitly mentioning them as 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 Guidelines4/5

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

The description explains that the tool is used to check all delegated provisions of a main law, and provides follow-up tool suggestions. It does not explicitly state when not to use, but the context is clear enough.

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