MCP Browser Automation Server

playwright_get

Execute HTTP GET requests programmatically using Playwright within the MCP Browser Automation Server to retrieve web content for automation workflows.

Instructions

Perform an HTTP GET request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform GET operation

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to perform GET operation", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Browser Automation Server

Related Tools

ID: hokppvk1dy