周边搜索
search_nearbySearch for nearby shops, gas stations, or other POIs by address or GPS coordinates. Returns a distance-sorted list within a specified radius.
Instructions
根据输入的位置,查询周边指定类型的商店 / POI,返回具体列表(按距离由近到远)。 location 支持两种写法:地址文本(如「济南市历下区泉城路」),或「经度,纬度」(如 117.120128,36.652069)。 keyword 是高德 POI 关键词,例如:商店、超市、便利店、加油站、山姆超市、餐厅、充电站、停车场、酒店。 需要先配置高德 Key,未配置时调用 set_amap_key 即可。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 城市名。当地址有歧义时可指定,如「济南」 | |
| limit | No | 最多返回多少条 | |
| radius | No | 搜索半径,单位米,最大 50000 | |
| keyword | No | 要搜索的 POI 关键词,如 商店 / 超市 / 加油站 / 山姆超市 | 商店 |
| location | Yes | 中心点位置:地址文本,或「经度,纬度」 |