Skip to main content
Glama
flor3z-github

Naver Map MCP Server

navermap_get_static_map

Generate a static map image centered on specific coordinates. Add markers and paths to visualize locations and routes.

Instructions

지정한 좌표를 중심으로 정적 지도 이미지를 생성합니다. 마커와 경로 표시가 가능합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centerYes지도 중심 좌표 (경도,위도 형식, 예: '127.0368,37.5085')
levelNo줌 레벨 (1~20, 기본값: 16)
wNo이미지 너비 (픽셀, 기본값: 300, 최대: 1024)
hNo이미지 높이 (픽셀, 기본값: 300, 최대: 1024)
maptypeNo지도 유형: basic(일반), traffic(교통), satellite(위성), satellite_base(위성+라벨), terrain(지형)
markersNo마커 설정 (형식: 'type:d|size:mid|pos:경도 위도|color:red')
pathNo경로 설정 (형식: 'color:0x0000FF|weight:5|경도1 위도1,경도2 위도2')
scaleNo이미지 스케일 (1 또는 2, 기본값: 1)
Behavior2/5

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

With no annotations, the description carries full burden but only mentions basic capability (image generation, markers, paths). It omits behavioral traits such as authentication, rate limits, error handling, or output format.

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?

Two sentences, front-loaded with core purpose, no wasted words. Efficient and easy to scan.

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?

Despite 8 parameters and no output schema, the description is minimal. It does not explain the return value (e.g., image URL or binary), image format, or constraints beyond what the schema provides.

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 descriptions cover 100% of parameters with clear explanations; the tool description adds no extra meaning beyond what's already in the schema.

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 generates a static map image centered on specified coordinates with optional markers and paths, which distinguishes it from sibling tools like geocode and directions.

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 static map generation but does not explicitly state when to use versus alternatives like geocoding or directions, nor does it provide exclusion criteria.

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