Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_navigate

Navigate the active browser tab to a new URL with configurable wait strategies for SPAs and static pages, and optionally capture changes via delta computation.

Instructions

Navigate the active browser tab to a new URL. By default, waits for the page load event before returning. For SPAs (React, Vue, etc.), use waitUntil="networkidle0" to wait for all async requests to complete. After navigation, call get_semantic_surface to perceive the new page content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe full URL to navigate to (must include protocol, e.g., https://)
waitUntilNoNavigation wait strategy. "load" (default) waits for the window load event. "networkidle0" waits until there are no network connections for 500ms — ideal for SPAs that fetch data after mount. "networkidle2" allows up to 2 open connections (for long-polling/WebSocket apps). "domcontentloaded" returns as soon as the DOM is parsed (fastest, but page may still be loading).
returnDeltaNoIf true, immediately computes and returns a unified delta of what changed (DOM changes, network traffic, console logs) directly in the feedback.
settleTimeMsNoDelay in ms after navigation completes before capturing the delta and screenshots (default: 250ms).
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the default wait strategy and options for different page types, but does not mention return values, error handling, timeouts, or behavior on invalid URLs.

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?

Three sentences, front-loaded with the primary purpose, specific usage advice, and follow-up action. Every sentence is essential and efficiently written.

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 four parameters and no output schema, the description covers navigation behavior and wait options but omits return values, error scenarios, and timeout handling. While helpful, it leaves gaps for an agent to fully understand the tool's behavior.

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

Parameters4/5

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

Schema coverage is 100% and the description adds value by explaining wait strategies in context (e.g., SPAs), defaults, and the use of returnDelta. It provides meaningful guidance beyond parameter names and 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 clearly states the action ('Navigate the active browser tab to a new URL') with a specific verb and resource. It distinguishes from sibling tools like browser_new_tab and provides context about waiting behavior.

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?

Provides explicit guidance on when to use waitUntil='networkidle0' for SPAs and suggests calling get_semantic_surface after navigation. However, it does not explicitly state when not to use this tool or compare to alternatives like browser_switch_tab.

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/funkyfunc/browser-dvr-mcp'

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