Skip to main content
Glama
scvcoder

korean-law-alio-mcp

by scvcoder

compare_alio_articles

Compare a specific article from two Korean public institution regulations. Input two regulations and an article number to view them side-by-side and identify differences.

Instructions

[ALIO] 두 규정의 같은 조문(예: 제15조) 1:1 정밀 비교. compare_alio_regulations 의 토픽 N:N 과 달리 지정한 두 규정 의 같은 조문 나란히 출력.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYes비교할 두 규정 — [{institution, regId|title}, {...}]
articleYes비교할 조문 (예: '제15조', '제10조의2')
Behavior3/5

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

No annotations are provided. The description adds that the output is side-by-side, but does not disclose whether the operation is read-only, authentication needs, or the nature of the return result beyond 'side-by-side'. More behavioral detail would be beneficial.

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 two sentences: one stating the core function and one clarifying the distinction from a sibling. Every sentence adds value 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?

Given no output schema, the description mentions the output is side-by-side, which is helpful. It is complete enough for a comparison tool, though more detail on output format could improve completeness.

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 baseline is 3. The description adds that 'pair' refers to two specified regulations and 'article' is the same article number, which is already implied by the schema. No additional format or semantics are provided beyond what's in 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 that the tool compares the same article number of two regulations 1:1, and explicitly distinguishes itself from compare_alio_regulations which does topic N:N. The verb 'compare' and resource 'same article of two regulations' are specific.

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

Usage Guidelines4/5

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

The description explicitly contrasts with compare_alio_regulations, telling when to use this tool (article-level comparison) versus the sibling (topic-level). However, it does not mention when not to use it or other alternatives like compare_articles.

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