MCP Browser Automation Server

playwright_put

Execute HTTP PUT requests by specifying the target URL and data to send in the body. Ideal for automating browser tasks and API interactions within the MCP Browser Automation Server.

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 Browser Automation Server

Related Tools

ID: hokppvk1dy