Skip to main content
Glama
git-ksk

maps-browser-mcp

by git-ksk

maps_get_search_share_link

Read-only

Returns the verified Google Maps share URL for the current search results after confirming the expected query.

Instructions

Return the Google Maps-generated share URL for the active search-result list. expectedQuery is required and revalidated against both the canonical maps_search action and the exact visible search combobox immediately before the exact-one Share control is activated. The selected Send a link tab and exactly one visible allow-listed Maps URL are verified, then the dialog is closed semantically. Clipboard contents are never read. Interactive Assist must be enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expectedQueryYes
Behavior4/5

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

The description goes beyond the readOnlyHint annotation by detailing internal revalidation steps, verification of the Send a link tab, dialog closure, and the explicit guarantee that clipboard contents are never read. It adds meaningful behavioral context without contradicting annotations.

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 a single, dense paragraph that front-loads the purpose. It contains some detailed internal steps that could be trimmed, but every sentence contributes unique information. No wasted words, though slightly verbose.

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?

For a single-parameter tool with no output schema, the description covers the purpose, parameter semantics, prerequisites, and safety behaviors. It is complete for the tool's complexity and clearly communicates what the agent needs to know.

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?

The schema provides no description for expectedQuery, so the description's explanation that it is 'revalidated against both the canonical maps_search action and the exact visible search combobox' gives essential meaning to the parameter. With 0% schema coverage, this is a strong compensation.

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 clearly states the function: 'Return the Google Maps-generated share URL for the active search-result list.' It identifies a specific verb (Return), resource (share URL for search-result list), and distinguishes it from sibling share-link tools for places and routes.

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

Usage Guidelines4/5

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

The description provides usage context by tying the tool to the search-result list and mentions prerequisites (Interactive Assist must be enabled) and a safety note (clipboard never read). It doesn't explicitly name alternatives, but the resource specificity makes its intended use clear.

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/git-ksk/maps-browser-mcp'

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