Skip to main content
Glama
scvcoder

korean-law-alio-mcp

by scvcoder

get_linked_ordinance_articles

Retrieve corresponding articles between national statutes and local ordinances. Input a law name to find linked local regulation articles, enabling cross-reference analysis for legal research.

Instructions

[연계] 법령-자치법규 조문 연계. 법령 조문과 자치법규 조문 간 대응 관계 조회.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes법령명 (예: '국민건강보험법')
displayYes결과 개수 (기본:20, 최대:100)
pageYes페이지 번호 (기본:1)
apiKeyNo법제처 Open API 인증키(OC)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It does not mention that the tool is read-only, required authorization (apiKey is a parameter but not discussed), or any constraints beyond the schema. The description is minimal.

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 short (two sentences) and front-loaded with a bracket prefix. It is efficient, but the bracket may be extraneous.

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?

Parameters are adequately described in the schema, but the description lacks information about the return format, pagination behavior, or error conditions. Without an output schema, more context would be beneficial.

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 description coverage is 100%, so baseline is 3. The description adds no extra meaning beyond the schema's parameter descriptions; it does not clarify parameter usage or constraints.

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 links law articles and autonomous ordinance articles, and queries their correspondence relationships. It uses a specific verb and resource, but does not explicitly differentiate from similar sibling tools like get_linked_ordinances.

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?

No guidance is provided on when to use this tool versus alternatives, prerequisites, or exclusions. The description only states what it does without contextual recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools