map_search_poi
Search for POIs by keyword and optionally by city. Returns name, address, coordinates, and phone number.
Instructions
关键字 POI 搜索:按关键字搜索地点(如'星巴克'、'医院'),可限定城市。返回名称、地址、坐标、电话等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | 可选,限定城市名,如'上海' | |
| page | No | 页码,从 1 开始 | |
| limit | No | 每页数量(最多 20) | |
| keyword | Yes | 搜索关键字,如'肯德基'、'加油站' | |
| platform | No | Map platform to use. Defaults to 'amap'. | amap |