Skip to main content
Glama
git-ksk

maps-browser-mcp

by git-ksk

maps_select_search_suggestion

Select an active suggestion safely by verifying the query, index, and expected label, preventing stale or mismatched selections and confirming the grid closes to proceed.

Instructions

Select one suggestion from the currently active bounded suggestion state created by maps_read_search_suggestions, using the same query plus the exact returned index and expectedLabel. Duplicate, reordered, missing, stale, or changed suggestion identities fail closed before the row is activated. Success requires the controlled suggestion grid to close and Maps to enter a verified search or place view. Interactive Assist must be enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
queryYes
expectedLabelYes
Behavior5/5

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

The description discloses important behavioral details: failure modes (duplicate, reordered, missing, stale, changed identities) and success criteria (grid closes, Maps enters verified view). It also mentions the requirement for Interactive Assist, providing full transparency.

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

Conciseness5/5

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

The description is concise yet comprehensive, covering purpose, prerequisites, behavior, and failure modes without unnecessary verbosity. It is well-structured and easy to parse.

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?

The description provides sufficient context within the broader tool set: it relates to maps_read_search_suggestions and explains the expected outcome. It also addresses edge cases and prerequisites, making it self-contained for an agent.

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?

All three parameters (query, index, expectedLabel) are explained through the description: query must be the same as used for the suggestion list, index and expectedLabel must match the returned values. This adds meaning beyond the schema's bare types.

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 tool's purpose: selecting a search suggestion from a previously read suggestion list. It specifies the verb 'Select', the resource (suggestion from maps_read_search_suggestions), and distinguishes it from other selection tools like maps_select_result.

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

Usage Guidelines5/5

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

It explicitly states prerequisites (must have read suggestions, same query must be used) and provides clear context for when to use this tool. It also warns against stale or mismatched data, giving practical guidance.

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