Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_admin_rule_text

Retrieve the full text of administrative rules (notices, directives, precedents) from the Korean law service using a serial number obtained from search_admin_rule.

Instructions

행정규칙 본문 조회 (법제처 lawService · target=admrul). 고시·훈령·예규의 전문. search_admin_rule이 반환한 mst(행정규칙일련번호) 사용. PIPC 안전성 확보조치 기준·표준 처리지침·가명정보 결합 고시 등 직접 조회. 다음: compare_admin_rule_old_new(W2.4)로 신구법 비교.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstYes행정규칙일련번호 (search_admin_rule 결과의 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 convey behavioral traits. It implies a read-only retrieval but does not explicitly state its safety, side effects, or access requirements. The description is adequate but lacks explicit disclosure of non-destructive behavior.

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 extremely concise with two sentences plus a note, no superfluous words. It front-loads the core purpose and immediately provides relevant usage details.

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

Completeness3/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 no output schema, the description explains usage context and parameter correctly but does not describe the output format (text/structured) or any limits. Slightly incomplete for full agent understanding.

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 input schema fully describes the mst parameter (coverage 100%), and the description adds critical context: it explains the value's origin (search_admin_rule result) and warns against confusing it with a shorter admin rule ID, thus adding meaning 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 tool retrieves the full text of administrative rules (행정규칙 본문 조회) and specifies the source (법제처 lawService · target=admrul). It distinguishes itself from siblings by referencing search_admin_rule for obtaining the required mst parameter and suggesting a subsequent tool for 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?

Explicitly instructs to use the mst from search_admin_rule results and warns that it differs from a shorter admin rule ID, preventing misuse. It also recommends next step compare_admin_rule_old_new, providing clear usage context.

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