Skip to main content
Glama

AutoProbeMCP

by Wladastic

navigate

Automate web page navigation by directing browsers to specified URLs with options to wait for full page loads, powered by AutoProbeMCP's browser automation framework.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
urlYesURL to navigate to
waitForLoadNoWait for page to fully load

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to navigate to", "type": "string" }, "waitForLoad": { "default": true, "description": "Wait for page to fully load", "type": "boolean" } }, "required": [ "url" ], "type": "object" }

Other Tools from AutoProbeMCP

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/Wladastic/AutoProbeMCP'

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