Skip to main content
Glama
Garblesnarff

Google Maps MCP Server Enhanced

maps_static_map

Retrieve static map images in satellite, roadmap, terrain, or hybrid styles with optional markers for specific locations.

Instructions

Get static map images in various styles (satellite, roadmap, terrain, hybrid) with optional markers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centerYesCenter point of the map (address or lat,lng coordinates)
zoomNoZoom level (1-20, where 1=world view, 20=building level)
sizeNoImage size in pixels (e.g., '640x640', max 640x640)640x640
maptypeNoType of map to displayroadmap
markersNoOptional markers to add to the map
downloadNoWhether to download the image locally (default: false)
downloadDirNoCustom directory to save downloaded image (optional, defaults to 'downloads/maps')
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so description must fully disclose behavior. It omits details like output format (URL vs binary), authentication needs, rate limits, or credit usage, leaving significant gaps for an agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence is concise and front-loaded with purpose, but could be slightly more structured (e.g., mentioning output format) without added verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers main features (styles, markers) and parameters are well-documented in schema, but lacks output description and usage constraints, leaving the tool moderately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions. The description adds no new parameter meaning beyond summarizing 'styles' and 'markers'; baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'Get', the resource 'static map images', and key attributes (styles and markers), distinguishing it from siblings like maps_street_view or maps_geocode.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like maps_directions or maps_routes; usage context is only implied by the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/google-maps-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server