Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_law_abbreviations

Search Korean legal abbreviations against a dictionary of 2,600+ entries. Supports bidirectional matching: find full law names from abbreviations or vice versa, including domain-specific aliases.

Instructions

법령 약칭 사전 (법제처 lawSearch · target=lsAbrv). 법제처가 등록한 전체 약칭 매핑(약 2,600건)에서 query로 부분 매칭. 도메인 약칭(정통망법·개보법 등 lsAbrv 미등록) → PRIVACY_ALIASES로 자동 변환 후 검색. 예: '정통망법' → 도메인 변환 → 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」 매칭. '개인정보 보호법' → 정식명만 사용 (lsAbrv는 약칭 없는 법령 미수록). 약칭 → 정식명 / 정식명 → 약칭 양방향. 응답 1.2MB+ 가져와 모듈 캐시(24h) 사용 — bypassCache=true로 강제 갱신. stdDt/endDt 지정 시 서버측 필터 (캐시 무시). 다음: get_law_text(mst)로 본문, search_law(query)로 정식 검색.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo약칭 또는 정식 법령명 키워드 (부분 매칭, 양방향). 예: '정통망법' → 정식명 조회, '개인정보 보호법' → 약칭 조회. 미지정 시 등록 순으로 N건 덤프.
exactNo정확 매칭 여부 (기본 false: 부분 매칭)
displayNo결과 개수 (기본 20, 최대 100). 클라이언트 측 절단.
stdDtNo등록일 시작 YYYYMMDD (서버측 필터, 캐시 무시)
endDtNo등록일 종료 YYYYMMDD (서버측 필터, 캐시 무시)
bypassCacheNo모듈 캐시 무시 강제 갱신
Behavior5/5

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

With no annotations, the description fully discloses caching behavior (24-hour cache, bypassCache flag), server-side date filtering (stdDt/endDt), large response size (1.2MB+), and automatic domain abbreviation conversion. No contradictions exist.

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 concise for its content, front-loading the purpose. It could be slightly more structured but every sentence adds value.

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?

Given no output schema, the description explains return values (bidirectional mapping) and covers all behavioral aspects (caching, filtering, domain aliases). The tool's complexity is well-addressed.

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

Parameters5/5

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

Although schema coverage is 100% (baseline 3), the description adds significant meaning: stdDt/endDt filter on server side ignoring cache, bypassCache forces refresh, display is client-side truncation, and omitting query dumps items. This greatly aids parameter understanding.

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 is a law abbreviation dictionary from the Ministry of Legislation, performing partial matching on queries. It distinguishes itself from siblings by mentioning domain-specific abbreviation handling (e.g., '정통망법' via PRIVACY_ALIASES) and bidirectional mapping between abbreviations and full names.

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?

It explicitly describes when to use this tool (for abbreviation lookups) and contrasts it with get_law_text(mst) for full text and search_law(query) for formal search. Examples are provided to illustrate usage.

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