Skip to main content
Glama
scvcoder

korean-law-alio-mcp

by scvcoder

get_law_text

Retrieve the full text of Korean law articles by providing the law serial number (mst) and law ID (lawId). Optionally specify a particular article number (jo) or effective date (efYd) to get targeted text.

Instructions

[법령조회] 조문 전문 조회. mst/lawId 필수, jo로 특정 조문만 가능.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstNo법령일련번호 (search_law에서 획득)
lawIdNo법령ID (search_law에서 획득)
joNo조문 번호 (예: '제38조' 또는 '003800')
efYdNo시행일자 (YYYYMMDD 형식)
apiKeyNo법제처 Open API 인증키(OC). 사용자가 제공한 경우 전달
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It only says it queries full text, omitting any details about authentication (apiKey parameter), rate limits, or consequences of missing parameters. The mention of mst/lawId as 'required' contradicts the schema's empty required array, indicating inconsistency.

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 very short (one line), using brackets and Korean, which is efficient and avoids fluff. However, it lacks clear structure or English clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters and no output schema, yet the description does not explain the return format, content of full text, or how to interpret results. Given the complexity, more detail is needed for complete understanding.

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 the baseline is 3. The description adds minimal value by noting mst/lawId are required and jo for specific provisions, but does not elaborate on efYd or apiKey beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates it retrieves full text of law provisions ('조문 전문 조회') and specifies that mst/lawId are required and jo allows specific provisions. This differentiates it from search tools like search_law. However, the mention of required fields slightly contradicts the schema, reducing perfect clarity.

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

Usage Guidelines2/5

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

The description implicitly suggests using mst/lawId from search_law and optionally jo for specific provisions, but it does not explicitly state when to use this tool versus alternatives such as get_article_detail or get_historical_law. No when-not-to-use guidance is 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/scvcoder/korean-law-alio-mcp'

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