playwright_put
Execute an HTTP PUT request to send data to a specified URL using the Playwright MCP Server. This tool enables web interactions by submitting information directly to web endpoints.
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 |