Skip to main content
Glama

AI Vision Debug MCP Server

playwright_navigate

Navigate to a specified URL with configurable wait conditions and timeout, aiding in AI vision-driven UI analysis for the AI Vision Debug MCP Server.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
timeoutNoNavigation timeout in milliseconds
urlYesURL to navigate to
waitUntilNoNavigation wait condition

Input Schema (JSON Schema)

{ "properties": { "timeout": { "description": "Navigation timeout in milliseconds", "optional": true, "type": "number" }, "url": { "description": "URL to navigate to", "type": "string" }, "waitUntil": { "description": "Navigation wait condition", "enum": [ "load", "domcontentloaded", "networkidle", "commit" ], "optional": true, "type": "string" } }, "required": [ "url" ], "type": "object" }

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/samihalawa/mcp-server-ai-vision'

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