Skip to main content
Glama

Playwright MCP Server

by devskido
MIT License
10,475

playwright_post

Execute HTTP POST requests with specified data, headers, and authorization tokens to interact with web services or APIs, leveraging the Playwright MCP Server’s browser automation capabilities.

Instructions

Perform an HTTP POST request

Input Schema

NameRequiredDescriptionDefault
headersNoAdditional headers to include in the request
tokenNoBearer token for authorization
urlYesURL to perform POST operation
valueYesData to post in the body

Input Schema (JSON Schema)

{ "properties": { "headers": { "additionalProperties": { "type": "string" }, "description": "Additional headers to include in the request", "type": "object" }, "token": { "description": "Bearer token for authorization", "type": "string" }, "url": { "description": "URL to perform POST operation", "type": "string" }, "value": { "description": "Data to post in the body", "type": "string" } }, "required": [ "url", "value" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devskido/customed-playwright'

If you have feedback or need assistance with the MCP directory API, please join our Discord server