mirror of
https://github.com/alibaba/higress.git
synced 2026-02-23 20:20:50 +08:00
update amap tools mcp server
This commit is contained in:
@@ -37,7 +37,7 @@ type TransitIntegratedRequest struct {
|
||||
}
|
||||
|
||||
func (t TransitIntegratedRequest) Description() string {
|
||||
return "公交路径规划 API 可以根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市"
|
||||
return "公交路径规划 API 可以根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市, 起点城市名称可以通过基于ip定位位置的mcp工具获取"
|
||||
}
|
||||
|
||||
func (t TransitIntegratedRequest) InputSchema() map[string]any {
|
||||
|
||||
@@ -35,7 +35,7 @@ type GeoRequest struct {
|
||||
}
|
||||
|
||||
func (t GeoRequest) Description() string {
|
||||
return "将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标"
|
||||
return "将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标, 城市名称可以通过基于ip定位位置的mcp工具获取"
|
||||
}
|
||||
|
||||
func (t GeoRequest) InputSchema() map[string]any {
|
||||
|
||||
@@ -36,7 +36,7 @@ type TextSearchRequest struct {
|
||||
}
|
||||
|
||||
func (t TextSearchRequest) Description() string {
|
||||
return "关键词搜,根据用户传入关键词,搜索出相关的POI"
|
||||
return "关键词搜,根据用户传入关键词,搜索出相关的POI,城市名称可以通过基于ip定位位置的mcp工具获取"
|
||||
}
|
||||
|
||||
func (t TextSearchRequest) InputSchema() map[string]any {
|
||||
|
||||
@@ -34,7 +34,7 @@ type WeatherRequest struct {
|
||||
}
|
||||
|
||||
func (t WeatherRequest) Description() string {
|
||||
return "根据城市名称或者标准adcode查询指定城市的天气,城市名称可以通过maps_ip_location工具获取"
|
||||
return "根据城市名称或者标准adcode查询指定城市的天气,城市名称可以通过基于ip定位位置的mcp工具获取"
|
||||
}
|
||||
|
||||
func (t WeatherRequest) InputSchema() map[string]any {
|
||||
|
||||
Reference in New Issue
Block a user