Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TTLNoCache time-to-live in seconds3600
DEFAULT_REGIONNoDefault region for responsesUS
ENABLE_CACHINGNoEnable caching of responsestrue
DEFAULT_LANGUAGENoDefault language for responsesen
GOOGLE_MAPS_API_KEYYesYour Google Maps API key
MAX_REQUESTS_PER_DAYNoMaximum number of requests per day100000
MAX_REQUESTS_PER_SECONDNoMaximum number of requests per second50

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_nearbyC

Search for places near a specific location

get_place_detailsB

Get detailed information about a specific place

get_geocodeC

Convert an address to coordinates

get_reverse_geocodeB

Convert coordinates to an address

get_distance_matrixB

Calculate distance and time between multiple origins and destinations

get_directionsC

Get directions between two locations

get_elevationC

Get elevation data for locations

get_map_with_directionsC

Generate a static map with directions overlay

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. For example, get_directions is for routing, get_distance_matrix is for multi-point calculations, and get_geocode vs get_reverse_geocode handle opposite conversions. The descriptions reinforce these unique functions, making tool selection straightforward.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'get_' or 'search_' prefixes, such as get_directions, get_geocode, and search_nearby. This uniformity enhances readability and predictability, allowing agents to easily understand the tool set's structure.

Tool Count5/5

With 8 tools, the count is well-scoped for a Google Maps server, covering core functionalities like directions, geocoding, place search, and maps. Each tool earns its place by addressing a specific aspect of location-based services without redundancy or bloat.

Completeness5/5

The tool set provides complete coverage for the Google Maps domain, including routing (directions, distance matrix), geospatial conversions (geocode, reverse geocode), place information (details, nearby search), and visualization (map with directions). No obvious gaps exist, enabling agents to handle typical mapping workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues