Skip to main content
Glama
188zjl
by 188zjl

坐标逆地理编码

amap_reverse_geocode
Read-onlyIdempotent

Convert GCJ-02 or WGS84 coordinates to structured addresses and nearby points of interest, with optional radius and coordinate source tagging.

Instructions

把 GCJ-02 或 WGS84 坐标转换为结构化地址及附近 POI。只有调用方明确声明 device_gps 时才标记为设备位置。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
radiusNo
locationYes
coordinate_sourceNo坐标来源;只有明确来自设备 GPS 时才选择 device_gpsunknown
coordinate_systemNo输入坐标系。高德结果统一输出 GCJ-02GCJ-02
include_nearby_poisNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
toolYes
errorNo
summaryYes
metadataYes
Behavior5/5

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

Annotations indicate a safe, read-only, idempotent tool. The description adds crucial context about handling both GCJ-02 and WGS84 inputs, output always in GCJ-02, and a special condition for marking device location, which goes beyond annotations.

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, well-structured sentence that conveys the core purpose and key behavioral notes without extraneous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, nested objects) and the presence of an output schema, the description fully covers the core functionality, coordinate handling, and source marking, making it sufficient for correct invocation.

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?

With only 40% schema coverage, the description adds value by explaining the output coordinate system and the device_gps condition for coordinate_source, but does not cover radius, location, or include_nearby_pois meaning beyond schema defaults.

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 verb (转换) and resource (坐标 to 结构化地址及附近 POI), and the mention of coordinate systems distinguishes it from sibling tools like amap_convert_coordinates.

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 when coordinates need to be converted to address/POI, but does not explicitly state when to use this tool versus siblings, nor does it provide 'when not to use' guidance.

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/188zjl/amap-location-mcp'

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