mcp-playwright

MIT License
9,719
3,179
  • Linux
  • Apple

playwright_put

Execute HTTP PUT requests to send data to a specified URL using the MCP server for browser automation and web interaction with 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 mcp-playwright

Related Tools

ID: yh4lgtwgbe