Skip to main content
Glama

WebScout MCP

by pyscout

navigate_to_url

Navigate to different URLs within the same browser session while preserving cookies, authentication state, and session data. Enables moving between website sections like from login to chat pages with configurable page load strategies.

Instructions

Navigate to a different URL within the same browser session. Maintains all cookies, authentication state, and session data. Useful for moving between different sections of a website (e.g., from login page to chat page, or from homepage to a specific conversation URL). Supports different wait strategies for page load completion.

Input Schema

NameRequiredDescriptionDefault
sessionIdYesSession ID obtained from initialize_session
urlYesComplete URL to navigate to (e.g., 'https://chat.example.com/conversation/new')
waitUntilNoPage load strategy: 'load' (wait for load event), 'domcontentloaded' (wait for DOM ready), 'networkidle' (wait for network to be idle). Use 'networkidle' for SPAs (default: 'load')load

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "Session ID obtained from initialize_session", "type": "string" }, "url": { "description": "Complete URL to navigate to (e.g., 'https://chat.example.com/conversation/new')", "type": "string" }, "waitUntil": { "default": "load", "description": "Page load strategy: 'load' (wait for load event), 'domcontentloaded' (wait for DOM ready), 'networkidle' (wait for network to be idle). Use 'networkidle' for SPAs (default: 'load')", "type": "string" } }, "required": [ "sessionId", "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/pyscout/webscout-mcp'

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