text_search
Search for points of interest (POI) like hotels, restaurants, or attractions by keyword within a specified city. Returns the top 10 matches.
Instructions
在指定城市内按关键词搜 POI(酒店/餐厅/景点/地标)。返回前 10 条。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | 查询城市,例如 '北京'(必填以提高准确度) | |
| types | No | 可选 POI 大类,例如 '住宿' / '餐饮' / '购物'(高德 types 编码) | |
| keywords | Yes | 搜索关键词,例如 '希尔顿酒店' / '星巴克' |