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 from the Google Cloud Console |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geocode_forward | Convert an address to geographic coordinates (latitude/longitude) using Google Maps Geocoding API. |
| geocode_reverse | Convert geographic coordinates (latitude/longitude) to a human-readable address using Google Maps Geocoding API. |
| geocode_place | Convert a Google Place ID to a human-readable address using Google Maps Geocoding API. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |