Skip to main content
Glama
scvcoder

korean-privacy-law-mcp

by scvcoder

get_pipc_decision_text

Fetch a PIPC decision's full text with structured fields (case name, summary, order, reasons). Extracts attachment links and auto-summarizes long body text.

Instructions

PIPC 결정문 전문 (법제처 lawService · target=ppc). 안건명·결정요지·주문·이유·배경 등 구조화 필드 추출. 별지(첨부 이미지·PDF) 링크 자동 추출. 긴 본문은 자동 축약. 다음: search_pipc_decisions로 유사 사례 검색 비교, get_law_text로 인용 조문 확인.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPIPC 결정문일련번호 (search_pipc_decisions 결과의 [id=N])
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behaviors: extraction of structured fields, auto-extraction of annex links, and automatic summarization of long text. It does not mention side effects or authentication requirements, but the disclosed behaviors are sufficient for safe use.

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: three sentences, front-loaded with the primary purpose, followed by details on extracted fields and usage guidance. Every sentence is informative with no redundancy.

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?

The description covers the tool's purpose, return types (structured fields), input source, and related tools. Although there is no output schema, the description compensates by listing expected fields. It is complete enough 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 input schema has 100% coverage with a clear description for the 'id' parameter. The main description adds value by stating that the id comes from search_pipc_decisions results, providing crucial context 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 full PIPC decision text from the legal service, extracts structured fields like case name, summary, order, reasoning, and background, and automatically extracts annex links. It distinguishes from sibling tools like search_pipc_decisions (for searching) and get_law_text (for laws).

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?

The description explicitly tells when to use this tool: after searching with search_pipc_decisions to get detailed text, and for comparing with law text via get_law_text. It provides a clear next-step context, effectively guiding the agent on tool selection.

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