Skip to main content
Glama
scvcoder

korean-law-alio-mcp

by scvcoder

get_linked_laws_from_ordinance

Retrieve higher-level statutes that are the legal basis for a given local ordinance or rule. Input an ordinance name to find linked parent laws.

Instructions

[연계] 자치법규 기준 상위법령 조회. 조례/규칙의 근거 법령 확인.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes자치법규명 (예: '서울특별시 주차장 설치 및 관리 조례')
displayYes결과 개수 (기본:20, 최대:100)
pageYes페이지 번호 (기본:1)
apiKeyNo법제처 Open API 인증키(OC)
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure but fails to mention side effects, authentication requirements (apiKey parameter not addressed), error cases, or return format, leaving the agent uninformed about the tool's behavior.

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 extremely concise, consisting of two short phrases that immediately convey the tool's purpose without any extraneous information, making it efficient for parsing.

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?

Despite having 4 parameters and no output schema or annotations, the description is minimal and fails to explain output structure, pagination behavior, or any limitations, leaving significant gaps for an agent to correctly invoke the tool.

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 the baseline is 3. The description adds no additional parameter information beyond what the schema already provides, offering no further clarification on 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 clearly states it queries higher-level laws based on local ordinances ('자치법규 기준 상위법령 조회') and confirms the basis laws, distinguishing it from siblings like get_linked_ordinances (which likely queries linked ordinances from a law) and get_delegated_laws.

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 context (when you have an ordinance and need its basis laws) but does not explicitly contrast with alternative tools that perform similar linking operations, leaving potential confusion for an AI agent.

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