Skip to main content
Glama

amap_poi_around

Search for points of interest around a given center coordinate and radius. Find nearby restaurants, parking lots, banks, and more with keyword and type filters.

Instructions

周边搜索。给定中心点和半径,搜索周边POI——找附近的餐厅、停车场、银行等。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typesNoPOI类型代码
offsetNo每页条数
radiusNo搜索半径(米),默认3000,最大50000
keywordsNo搜索关键词
locationYes中心点坐标(lng,lat)
sortruleNo排序: distance=距离, weight=权重
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It does not mention whether the operation is read-only, any pagination behavior, result formatting, or limitations beyond the basic search action. The description is purely functional and lacks important context about what the agent can expect.

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, front-loaded sentence that immediately communicates the core action and includes practical examples. Every word earns its place, with no redundancy or fluff.

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

Completeness3/5

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

With no output schema and no annotations, the description should provide more context about return values or behavioral details. The parameter names are documented in the schema, but the description is thin for a tool with 6 parameters, lacking any mention of pagination, sorting, or result structure. It is minimally adequate but not rich.

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 input schema covers all 6 parameters with descriptions, so the baseline is 3. The description adds minimal semantic value by naming 'center point and radius' but does not explain parameters like types, offset, sortrule, or keywords beyond what the schema already provides.

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 performs a '周边搜索' (surrounding search) given a center point and radius, with concrete examples like restaurants, parking lots, and banks. This specific verb+resource combination distinguishes it from sibling tools such as amap_poi_search (keyword-based) and amap_poi_detail.

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 needing POIs near a location via '给定中心点和半径', but it does not explicitly state when to use this tool over alternatives like amap_poi_search or amap_poi_ranking. No direct comparisons or when-not-to-use guidance is provided, so usage context is only implied.

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/zengzeruidd-a11y/amap-mcp-server'

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