MCP Playwright CDP

by lars-hagen
Verified

playwright_patch

Send HTTP PATCH requests to update specific data at a given URL, enabling precise modifications within web interactions using browser automation and Chrome DevTools Protocol.

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 Playwright CDP

Related Tools

ID: fdvu5n58kv