Skip to main content
Glama

get_other_law_designations

Retrieves land designations from other laws (~38 categories) for a Korean address, with governing law and priority delegation flag. When flag is true, special regulations override standard rules.

Instructions

Return '다른 법령에 따른 지정사항' overlays — ~38 layers across 농지/산림/산업단지/수질·환경/축산/문화재/자연공원/특수지구/주거정비/재해/해양/항공. Each hit includes governing_law and a triggers_priority_delegation flag. When any flag is true, 국토계획법 제76조⑤ priority delegation applies and the governing_law's 행위제한 overrides the 국토계획법 시행령 별표 — look up those provisions via korean-law MCP first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesKorean address (e.g. '경기도 평택시 포승읍 내기리 680') or 19-digit PNU
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It reveals the tool returns overlays with specific fields (governing_law, triggers_priority_delegation) and explains the consequence of the flag being true. However, it doesn't state whether the tool is read-only, requires authentication, or has rate limits. The behavioral traits are partially disclosed but not comprehensively.

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 two well-structured sentences, front-loading the core information (what the tool returns and the list of layers) and then providing important conditional behavior. It is efficient with no filler, though the inclusion of Korean text may require translation for some users.

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 the tool has one required parameter and no output schema, the description adequately explains the return structure (governing_law and a flag) and the conditional logic for priority delegation. It does not cover error handling or performance implications, but for a retrieval tool of this complexity, the information is largely sufficient.

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?

The input schema has 100% description coverage for the single parameter 'query', specifying it accepts a Korean address or PNU. The description adds no further parameter-level information beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 returns '다른 법령에 따른 지정사항' overlays and lists ~38 specific categories (농지, 산림, etc.). The verb 'Return' and the resource specification make the purpose unambiguous. It is well-distinguished from sibling tools like 'get_zoning' or 'get_land_attributes' which deal with different types of parcel data.

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 provides a conditional usage note (when the flag is true, look up provisions via korean-law MCP first) but does not explicitly state when to use this tool versus alternatives. There is no 'when-not' guidance or mention of alternative sibling tools for similar queries, leaving the context of usage partially implied.

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/UrbanWatcherKr/korean-land-mcp'

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