Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
| DEFAULT_REGION | No | Default region for responses | US |
| ENABLE_CACHING | No | Enable caching of responses | true |
| DEFAULT_LANGUAGE | No | Default language for responses | en |
| GOOGLE_MAPS_API_KEY | Yes | Your Google Maps API key | |
| MAX_REQUESTS_PER_DAY | No | Maximum number of requests per day | 100000 |
| MAX_REQUESTS_PER_SECOND | No | Maximum number of requests per second | 50 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_nearby | Search for places near a specific location |
| get_place_details | Get detailed information about a specific place |
| get_geocode | Convert an address to coordinates |
| get_reverse_geocode | Convert coordinates to an address |
| get_distance_matrix | Calculate distance and time between multiple origins and destinations |
| get_directions | Get directions between two locations |
| get_elevation | Get elevation data for locations |
| get_map_with_directions | Generate a static map with directions overlay |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |