Skip to main content
Glama
git-ksk

maps-browser-mcp

by git-ksk

maps_set_travel_mode

Changes the travel mode for active directions on Google Maps, rebuilding the official URL to switch between driving, walking, bicycling, or transit.

Instructions

Change the travel mode of the active directions request by rebuilding the official Maps URL instead of exploring the DOM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It reveals the implementation strategy (rebuilding URL instead of DOM exploration) but omits side effects, error conditions, state requirements, or whether the change is reversible. The behavioral disclosure is minimal.

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 a single sentence, front-loaded with the action, and contains no redundant information. It is appropriately concise for the simplicity of the tool.

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?

Given the tool's low complexity (one parameter, no output schema), the description covers the core action but lacks usage context, prerequisites, and behavioral side effects. It is minimally viable but has clear gaps in completeness.

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?

The schema has 0% description coverage, so the description should compensate. It maps 'travel mode' to the 'mode' parameter, which aligns with the enum, but does not elaborate on the meaning or effect of each enum value. The schema's enum is self-explanatory, providing adequate context.

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 verb 'change' and the resource 'travel mode of the active directions request', making the tool's purpose specific. It also differentiates from siblings by mentioning the implementation approach of rebuilding the official Maps URL, which is unique among the listed tools.

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

Usage Guidelines2/5

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

The description implies it operates on an 'active directions request' but provides no explicit guidance on when to use this tool over alternatives or what prerequisites exist. It does not mention exclusions or conditions, leaving usage context vague.

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