Skip to main content
Glama
pragato-throwaway

Korean Law MCP

get_decision_text

Read-onlyIdempotent

Access the full text of Korean legal decisions from 18 domains. Optionally abbreviate sections for a concise overview.

Instructions

Korean-law-mcp — [통합조회] 18개 도메인 전문 조회. domain+id. full=false(기본) 시 본문 계단식 축약

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes일련번호/ID (search 결과에서 획득)
fullNotrue=본문 전문 그대로. 미지정=이유/전문 섹션 계단식 축약 (판시·요지·주문은 항상 full)
domainYes도메인 선택 (enum 값 참조)
optionsNo도메인별 옵션. treaty:{chrClsCd:'010202'(한)/'010203'(영)} english_law:{mst,lawName} prec/constitutional/admin_appeal/interpretation:{caseName}
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior; the description adds that the default 'full=false' provides step-wise abbreviation of the body while preserving certain sections. This adds behavioral context beyond annotations.

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 a single concise sentence that front-loads the main purpose and key features. However, it could be structured into separate lines for clarity.

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?

Given the complexity of 4 parameters with an enum and nested object, and no output schema, the description is adequate but lacks details on response format, error handling, or availability. It does not fully compensate for the missing output schema.

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?

Schema coverage is 100%, but the description enriches parameter meanings by explaining the default behavior of 'full' and providing concrete examples for the 'options' parameter (e.g., treaty, english_law). This significantly clarifies parameter usage.

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 explicitly states it is a comprehensive lookup across 18 domains, requiring domain and id, with a summarization option. This clearly differentiates it from siblings like search_law and get_law_text, which target different legal sources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving decision texts by domain and ID, but does not explicitly state when to use this tool versus alternatives like search_decisions. No exclusions or prerequisites are provided.

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/pragato-throwaway/korean-law-mcp-clean'

If you have feedback or need assistance with the MCP directory API, please join our Discord server