Skip to main content
Glama
kimju1416

naver-land-mcp

by kimju1416

resolve_district

Resolve a Korean district name to its Naver cortarNo identifier for real estate searches.

Instructions

지역명으로 네이버 cortarNo를 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes검색할 지역명 ("관평동", "강남구", "대전 유성구" 등)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided. Description only states basic purpose without disclosing behavioral traits such as whether it returns a single code or multiple, idempotency, or authorization requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Very brief single sentence. While concise, it lacks structure like sections or examples. Could be improved without bloat.

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?

Input schema and output schema likely cover return info, but description fails to contextualize the tool among siblings (e.g., 'Use this to get a district code before calling get_complex_info'). Adequate but not complete.

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% with a clear parameter description. The tool description adds no additional meaning beyond the schema, so baseline 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?

Description clearly states verb ('조회합니다' = looks up) and resource ('네이버 cortarNo') with input ('지역명'). Distinct from siblings like list_districts or search_apartments.

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 on when to use this tool versus siblings like list_districts. Does not indicate that this is a preliminary step to get a district code.

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/kimju1416/naver-land-mcp'

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