Skip to main content
Glama
Chaeyun06

네이버 길찾기 MCP 서버

by Chaeyun06

naver_directions

Retrieve optimized route directions between two locations using Naver Maps API. Specify start, end, and optional waypoints, with customizable path options like fastest, comfortable, optimal, or normal routes.

Instructions

네이버 지도 API를 사용하여 두 지점 간의 길찾기 정보를 제공합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes도착지 (주소 또는 "경도,위도" 형식)
optionNo경로 옵션: trafast(실시간 빠른길), tracomfort(편안한길), traoptimal(최적경로), trainormal(일반도로)trafast
startYes출발지 (주소 또는 "경도,위도" 형식)
waypointsNo경유지 좌표 (선택사항, "경도1,위도1:경도2,위도2" 형식)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'provides route-finding information,' which implies a read-only operation, but doesn't cover aspects like rate limits, authentication needs, error handling, or what the output format looks like (e.g., JSON with distance, duration, steps). For a tool with no annotations, this leaves significant gaps in understanding its 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, efficient sentence that directly states the tool's purpose without any fluff or redundancy. It's appropriately sized and front-loaded, making it easy to understand at a glance. Every word earns its place.

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 complexity of a directions tool with 4 parameters, no annotations, and no output schema, the description is insufficient. It lacks details on behavioral traits (e.g., rate limits, auth), output format, and usage context relative to siblings. For a tool that likely returns structured route data, more completeness is needed to guide effective use.

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 schema description coverage is 100%, meaning all parameters are documented in the schema itself. The description adds no additional parameter semantics beyond what's in the schema (e.g., it doesn't explain the meaning of 'trafast' vs. 'tracomfort' in more detail). With high schema coverage, the baseline score is 3, as the description doesn't compensate but also doesn't detract.

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 the tool's purpose: 'provides route-finding information between two points using Naver Map API.' It specifies the verb ('provides') and resource ('route-finding information'), making it understandable. However, it doesn't explicitly differentiate from sibling tools like geocoding or place search, which are related but distinct functions.

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 offers no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools (naver_geocode, naver_reverse_geocode, naver_search_places) or explain scenarios where directions are needed over geocoding or place search. There's no context about prerequisites or exclusions.

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/Chaeyun06/naver-directions-mcp'

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