Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your Amap (高德) API Key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| assistant | 高德地图智能导航助手,支持IP定位、周边POI查询等 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| locate_ip | 获取用户的 IP 地址定位信息,返回省市区经纬度等信息。 |
| search_nearby | 根据经纬度和关键词进行周边搜索,返回指定半径内的 POI 列表。 |