Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_navigate

Directs the browser to a specified URL, opening it in the current tab. This tool is used for precise navigation during automated web testing workflows with Playwright.

Instructions

Navigates the browser to the specified URL. Always opens in the current tab.

Input Schema

NameRequiredDescriptionDefault
urlYesURL to navigate to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "URL to navigate to", "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/MauroCor/mcp-midscene'

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