Skip to main content
Glama

MCP Browser Screenshot Server

browser_navigate

Navigate to specified URLs to prepare web pages for automated screenshot capture, testing, or monitoring purposes.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
urlYesURL to navigate to
waitUntilNoWhen to consider navigation completenetworkidle2

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to navigate to", "type": "string" }, "waitUntil": { "default": "networkidle2", "description": "When to consider navigation complete", "enum": [ "load", "domcontentloaded", "networkidle0", "networkidle2" ], "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP Browser Screenshot Server

Related Tools

    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/seabassgonzalez/mcp-browser-screenshot'

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