Skip to main content
Glama
flor3z-github

Naver Map MCP Server

navermap_geocode

Convert addresses to longitude and latitude coordinates. Supports road names and land lot numbers for geocoding.

Instructions

주소를 좌표(경도, 위도)로 변환합니다. 도로명주소, 지번주소 모두 검색 가능합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes검색할 주소 (예: '서울특별시 강남구 테헤란로 152')
coordinateNo검색 중심 좌표 (경도,위도 형식, 예: '127.0368,37.5085')
filterNo검색 결과 필터 (예: 'HCODE:1168000000' - 강남구만 검색)
languageNo응답 언어 (ko: 한국어, en: 영어, ja: 일본어, zh: 중국어)
pageNo페이지 번호 (기본값: 1)
countNo한 페이지당 결과 수 (기본값: 10, 최대: 100)
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral context. It does not disclose rate limits, error handling, response structure, or any side effects. Only basic functionality is mentioned.

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 two sentences long and immediately conveys the core purpose without any verbosity. Every word is necessary.

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?

Given the presence of 6 parameters and no output schema or annotations, the description lacks necessary details such as what the response format is, how coordinates are returned, and error cases. The agent would not have enough information to use the tool correctly without further context.

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 descriptions for all 6 parameters. The description adds some value by mentioning support for road name and lot number addresses, which is not explicit in the schema. However, it does not elaborate on parameter usage beyond what the schema provides.

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 it converts an address to coordinates (longitude, latitude) and supports both road name and lot number addresses. It distinguishes from sibling tools like reverse_geocode which does the opposite, but could be more explicit about the output format.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., reverse_geocode) or what scenarios are appropriate. No when-to-use or when-not-to-use context is given.

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