MCP Playwright CDP

by lars-hagen
Verified

playwright_put

Execute HTTP PUT requests by specifying a target URL and data payload, enabling direct interaction with web APIs or services for data updates.

Instructions

Perform an HTTP PUT request

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Playwright CDP

Related Tools

ID: fdvu5n58kv