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
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PUT in the body |