Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_annexes

Retrieve annexes, tables, and forms from Korean law by law name. Filter by annex, form, or all. Results include PDF links for direct access.

Instructions

법령 별표·서식 목록 (법제처 lawSearch · target=licbyl). 처리방침·동의서 같은 표준양식이 별표·서식에 위치. knd로 종류 필터(별표/서식/부칙). 응답에는 별표일련번호·관련법령ID·PDF 링크 포함 (PDF 본문 추출은 v1.1). 다음: get_law_text(lawId=관련법령ID)로 본문 맥락, search_admin_rule로 행정규칙 별표(W2).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawNameYes법령명 (약칭 가능). 별표·서식의 소속 법령.
kndNo종류: 1=별표, 2=서식, 3=부칙별표, 4=부칙서식, 5=전체 (기본)5
displayNo결과 개수 (기본 100)
Behavior3/5

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

With no annotations, the description carries full behavioral burden. It discloses that the tool returns a list with annex serial number, related law ID, and PDF link, and notes that PDF text extraction is only available in v1.1. It does not mention side effects, authentication, or rate limits, but for a read-only list retrieval, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences plus a short note on next steps. It is efficiently front-loaded with the main purpose and key details, using minimal words. It could be slightly more structured, but it is still concise.

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 3 parameters, no output schema, and no annotations, the description provides sufficient context: it explains the tool's purpose, parameter usage, response fields (annex serial number, related law ID, PDF link), and suggests follow-up tools. It does not cover error handling or pagination, but for a straightforward list retrieval, it is complete.

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?

Schema coverage is 100%, so baseline is 3. The description adds context for lawName (parent law) and explains the knd enum values (별표/서식/부칙별표/부칙서식/전체) beyond the schema's Korean names. However, it does not add significant new information beyond what is already in the schema descriptions.

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 a list of annexes and forms for a given law (법령 별표·서식 목록), including specific filtering by kind (별표/서식/부칙). It distinguishes itself from siblings like get_law_text (which retrieves the main text) and search_admin_rule (for administrative rules).

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 when to use this tool: for standard forms like processing policies and consent forms (처리방침·동의서 같은 표준양식이 별표·서식에 위치). It provides next steps (사용 get_law_text for context, search_admin_rule for administrative rule annexes), but does not explicitly state when not to use it.

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