Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_MAPS_API_KEY | Yes | Your Google Maps API key obtained from Google Cloud Console |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_nearby | 搜尋附近的地點 |
get_place_details | 獲取特定地點的詳細資訊 |
maps_geocode | 將地址轉換為座標 |
maps_reverse_geocode | 將座標轉換為地址 |
maps_distance_matrix | 計算多個起點和終點之間的距離和時間 |
maps_directions | 獲取兩點之間的路線指引 |
maps_elevation | 獲取位置的海拔數據 |