Skip to main content
Glama

fetch_maps_place

Provide a Google Maps place link to download its full business metadata (name, phone, hours, rating) and all gallery photos/videos at maximum resolution. Outputs organized files and a JSON summary.

Instructions

Fetch a Google Maps place by link (maps.app.goo.gl/... or full google.com/maps URL). Downloads gallery media at max resolution plus business metadata (name, phone, website, rating, address, plus code, hours, coordinates).

Args: url: Google Maps place link (single place only, not search links). output_dir: optional root directory (default: /mnt/d/Projects/maps-data-fetcher/places). A per-place subfolder is created with photos/, videos/, info_pw.json, contact_sheet.jpg. include: "all" (default) | "info" (metadata only, fast) | "photos" | "videos" | "media" (photos+videos). meta_only: deprecated alias for include="info".

Returns JSON summary: place data, media counts, output paths. Typical run: info ~20-40s, full fetch 60-220s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
includeNoall
meta_onlyNo
output_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that it downloads at 'max resolution', creates a subfolder with specific files, returns a JSON summary, and provides typical run times. It also notes the deprecated meta_only alias. This is transparent about core behavior. It omits edge cases like invalid URLs or missing media, but the essential behavioral traits are well covered, so a 4 is appropriate.

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?

The description is well-structured with a clear first sentence for purpose, followed by an Args list, and then return/timing info. The inclusion of a very specific default path ('/mnt/d/Projects/maps-data-fetcher/places') is an implementation detail that may not be relevant to an agent, slightly reducing conciseness. Overall, it is efficient and front-loaded, but not perfectly lean.

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

Completeness5/5

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

Given the tool's complexity, absence of annotations, and presence of an output schema, the description covers all essential aspects: what the tool does, input requirements, behavior (downloads, creates files), output format, and performance expectations. It even documents the deprecated alias. The existence of the output schema excuses the lack of detailed return structure. No critical information is missing for an agent to call it correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It does so thoroughly: each parameter (url, output_dir, include, meta_only) is documented with types, defaults, and allowed values. The include parameter's options are enumerated, the output_dir default is given, and meta_only's deprecated status is noted. This adds substantial meaning beyond the bare schema, fully compensating for the lack of schema descriptions.

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?

The description explicitly states the verb ('Fetch a Google Maps place by link'), the resource (a Google Maps place URL), and the scope (downloads media and metadata). It clearly distinguishes itself from siblings by combining both info and media in one call, and it lists the exact metadata fields and media types. An agent can understand exactly what this tool does and how it differs from get_place_info or get_place_media.

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?

The description gives clear context on the input format ('single place only, not search links') and the include parameter allows partial fetches, which implies alternative usages (e.g., 'info' only). However, it does not explicitly name alternative tools or state when to prefer a sibling over this one. The guidance is implied through the include options rather than stated as a routing decision, so it scores at the 'implied usage' level.

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/manmeet0409/maps-fetcher-mcp'

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