Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_admin_appeal_text

Extracts key details from administrative appeal rulings on PIPA violations, including case name, claim, summary, and decision reasons, for analyzing challenges to corrective orders and fines.

Instructions

행정심판 재결례 본문 (법제처 lawService · target=decc). 사건명·재결청·청구취지·재결요지·주문·이유 추출. PIPA 위반에 대한 시정명령·과징금 등 행정처분 불복 사례 분석. 긴 이유는 자동 축약. 다음: search_admin_appeals로 유사 처분 사례, get_pipc_decision_text로 원처분 PIPC 결정 추적.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes행정심판 재결례 일련번호 (search_admin_appeals 결과의 [id=N])
Behavior4/5

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

Discloses automatic abbreviation of long reasons, a key behavioral trait. No annotations are provided, so the description carries full burden. It specifies the source (lawService, target=decc) and extraction fields, but does not mention error handling or permissions, which is partially acceptable for a read-only tool.

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?

Single sentence packed with purpose, extraction details, behavior, and usage guidance. Every part is useful; no redundancy. The structure front-loads the main function and ends with actionable next steps.

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 the tool has no output schema, the description adequately explains what is extracted (specific fields) and mentions abbreviation behavior. However, it does not specify the output format (e.g., JSON keys) or whether the full text is returned. Still, it provides sufficient context for basic usage.

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 only parameter 'id' has a clear description in both schema and tool description. The description adds context: that the ID is a serial number from search_admin_appeals results, which is beyond the schema's description. With 100% schema coverage, baseline is 3, and the added context justifies a 4.

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?

Description explicitly states the tool extracts administrative appeals adjudication text with specific fields (case name, adjudication agency, etc.). It distinguishes from sibling tools by mentioning search_admin_appeals and get_pipc_decision_text as alternatives for different use cases.

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?

Provides clear when-to-use context (extracting adjudication details) and explicitly lists alternatives: search_admin_appeals for similar cases, get_pipc_decision_text for PIPC decisions. The phrase '다음: (next:)' offers direct usage guidance.

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