MCP Browser Automation Server

playwright_patch

Execute HTTP PATCH requests to update data on a specified URL. Part of the MCP Browser Automation Server, this tool integrates with Playwright for efficient browser task automation.

Instructions

Perform an HTTP PATCH request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform PUT operation
valueYesData to PATCH in the body

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to perform PUT operation", "type": "string" }, "value": { "description": "Data to PATCH in the body", "type": "string" } }, "required": [ "url", "value" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Browser Automation Server

Related Tools

ID: hokppvk1dy