MCP Playwright CDP

by lars-hagen
Verified

playwright_post

Execute HTTP POST requests by specifying a URL and data payload to be sent in the body, enabling direct interaction with web services via browser automation.

Instructions

Perform an HTTP POST request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform POST operation
valueYesData to post in the body

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to perform POST operation", "type": "string" }, "value": { "description": "Data to post in the body", "type": "string" } }, "required": [ "url", "value" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Playwright CDP

Related Tools

ID: fdvu5n58kv