Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AMAP_MAPS_API_KEYYesYour API key for Amap Web Service API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
maps_geoC

地理编码:将结构化地址转换为高德经纬度坐标(GCJ-02)。支持中文地址、地标名称。

maps_regeocodeA

逆地理编码:将高德经纬度坐标(GCJ-02)转换为详细结构化地址和行政区划信息。

maps_ip_locationA

根据 IP 地址查询所在城市及大致范围。

maps_weatherA

查询指定城市未来几天的天气预报。

maps_text_searchC

根据关键词搜索 POI(兴趣点),如餐厅、加油站、景点等。(搜索POI 2.0,v5接口)

maps_around_searchA

以某坐标为中心,在指定半径内搜索周边 POI。(搜索POI 2.0,v5接口)

maps_search_detailA

根据 POI ID 查询详细信息,包括地址、电话、营业时间、照片等。支持一次传入多个 ID。(搜索POI 2.0,v5接口)

maps_direction_drivingB

驾车路径规划(路径规划 2.0,v5 接口)。支持途经点、算路策略、车牌限行规避、避让区域等。

maps_direction_walkingA

步行路径规划(路径规划 2.0,v5 接口)。支持室内算路、多备选路线。

maps_bicyclingA

骑行路径规划(路径规划 2.0,v5 接口)。考虑单行线、封路等。

maps_direction_transit_integratedA

公共交通路径规划(路径规划 2.0,v5 接口)。涵盖公交、地铁、火车、跨城交通。

maps_distanceB

测量起点到终点的距离(直线距离、驾车距离或步行距离)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 12 tools

Disambiguation5/5

Each tool targets a clearly distinct map function: geocoding, reverse geocoding, weather, POI search by keyword, POI search by radius, POI detail, route planning modes, and distance. Even the similar POI tools are clearly separated by input type and purpose.

Naming Consistency4/5

All tools share a consistent maps_ prefix and use readable snake_case names. However, maps_bicycling breaks the maps_direction_* pattern used by the other route tools, and a few names like maps_geo and maps_weather are standalone nouns rather than verb-noun actions.

Tool Count5/5

Twelve tools is well-scoped for a map and location server, covering geocoding, POI search, route planning, weather, distance, and IP location. Each tool earns its place and none feel redundant.

Completeness5/5

The tool set covers the core map-query workflow end to end: address-to-coordinate, coordinate-to-address, multiple POI search modes, POI detail retrieval, all major route types, and distance measurement. No obvious critical workflow is missing.

Maintenance

ActivityInactive
ResponsivenessNo issues