Playwright MCP Server

playwright_put

Send an HTTP PUT request to a specified URL with data in the body, enabling data updates or resource creation through browser automation using Playwright.

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 Playwright MCP Server

Related Tools

ID: wtpg84vbx5