Skip to main content
Glama
flor3z-github

Naver Map MCP Server

navermap_reverse_geocode

Convert latitude and longitude coordinates into addresses with legal, administrative, lot number, and road name information.

Instructions

좌표(경도, 위도)를 주소로 변환합니다. 법정동, 행정동, 지번주소, 도로명주소를 조회할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coordsYes변환할 좌표 (경도,위도 형식, 예: '127.0368,37.5085')
sourcecrsNo입력 좌표계 (기본값: epsg:4326 - WGS84)
targetcrsNo출력 좌표계 (기본값: epsg:4326 - WGS84)
ordersNo응답 순서 (쉼표로 구분: legalcode,admcode,addr,roadaddr). legalcode: 법정동, admcode: 행정동, addr: 지번주소, roadaddr: 도로명주소
outputNo응답 형식 (기본값: json)
Behavior2/5

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

No annotations are provided, and the description fails to disclose behavioral traits such as error handling, rate limits, or limitations. It only describes nominal 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 a single, clear sentence with no redundancy. It is concise and front-loaded with the core function.

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?

Without an output schema, the description should hint at return values or structure, but it does not. It also omits context like coordinate format validation (handled by schema) and error responses.

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?

All parameters have schema descriptions (100% coverage), so the description adds marginal value beyond summarizing. It mentions order options but no new semantics.

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 the tool converts coordinates to addresses, specifying the types of addresses retrievable. It distinguishes from siblings by its reverse geocoding function.

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 for reverse geocoding but does not explicitly state when to use it over forward geocoding or alternatives. No exclusions or context provided.

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/flor3z-github/navermap-mcp-server'

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