Skip to main content
Glama
scvcoder

korean-law-alio-mcp

by scvcoder

parse_alio_article_links

Extract and match '제N조' article references from Korean ALIO regulation texts, identify external references, and analyze specific articles for precise legal research.

Instructions

[ALIO] 규정 본문의 '제N조' 참조 추출 + 같은 규정 내 위치 매칭. 외부 참조 가능성도 표시. article 로 특정 조문만 분석.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
institutionYes기관코드 또는 기관명
regIdNo
titleNoregId 대신 사용 가능
articleNo특정 조문만 분석 (예: '제15조'). 생략 시 전체 본문
maxYes최대 참조 표시 (기본:50)
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as whether the tool is read-only, requires special permissions, or has side effects. It implies a non-destructive analysis but does not confirm safety.

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 (one short sentence) and front-loaded with the core purpose. Every part is relevant, but it could be slightly more structured for readability.

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 description lacks details about the return value/format, pagination (despite a 'max' parameter), and how results are presented. Given no output schema, this omission reduces completeness for agent use.

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 high (80%), so baseline is 3. The description adds value by explaining the 'article' parameter (used to analyze a specific clause) but does not elaborate on other parameters beyond 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 states the tool extracts article references ('제N조') from regulation text, matches positions, and indicates external references. It distinguishes from sibling tools like parse_article_links by its ALIO specificity and option to analyze only specific articles via the 'article' parameter.

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 does not provide guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It implies usage for regulation analysis but offers no explicit context or when-not scenarios.

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