playwright_put
Execute HTTP PUT requests by specifying a URL and data payload to update resources directly within the Playwright MCP Server environment.
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 |