Skip to main content
Glama
kamkozlowski

dev-browser-mcp

by kamkozlowski

Navigate

dev_browser_goto

Navigate a named page to a URL in a persistent browser. Use domcontentloaded wait condition for local development servers.

Instructions

Navigate a named page to a URL. Prefer waitUntil=domcontentloaded for local dev servers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to open.
browserNoNamed daemon-managed browser instance. Default: DEV_BROWSER_BROWSER or 'default'.
connectNoAttach to a running Chrome instance. true/auto-discover, or a CDP URL like http://localhost:9222.
headlessNoLaunch daemon Chromium without a window.
pageNameNoNamed page to reuse across calls. Default: "main".
timeoutMsNoNavigation timeout in milliseconds.
waitUntilNoPlaywright waitUntil. Default: "domcontentloaded".
timeoutSecondsNoScript execution timeout in seconds. Default: 30.
ignoreHttpsErrorsNoIgnore HTTPS certificate errors for daemon-launched Chromium.
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions 'named page' (reusing pages) and recommends a waitUntil value, but it fails to explain navigation behavior on failure, whether a new page is created if the named page does not exist, blocking semantics, side effects, or return value. This is a significant gap for a 9-parameter navigation tool.

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?

Two short, meaningful sentences. No redundancy or filler. The first sentence states the core purpose, and the second provides a practical tip. Efficiently uses the available space.

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

Completeness2/5

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

The tool has 9 parameters and no output schema, yet the description is just 18 words. It does not explain the concept of 'named page,' how navigation interacts with the daemon-managed browser lifecycle, error handling, or what the tool returns. Given the complexity, the description is notably incomplete, leaving the agent without critical context.

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?

All 9 parameters have descriptions in the input schema (100% coverage). The description adds minimal parameter-specific value beyond the schema: only the recommendation for waitUntil. This meets the baseline of 3 since schema coverage is high, but the added insight is limited.

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 'Navigate a named page to a URL,' specifying the verb (navigate) and resource (a named page to a URL). This distinguishes it from sibling tools like dev_browser_page_open (which likely opens a new page) and dev_browser_click (which may cause navigation indirectly). The purpose is specific and unambiguous.

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 a concrete usage guideline: 'Prefer waitUntil=domcontentloaded for local dev servers.' This offers context-aware advice but does not explicitly contrast with alternatives or state when not to use the tool. It implies the tool is for direct navigation, which is clear from its name.

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/kamkozlowski/dev-browser-mcp'

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