Skip to main content
Glama

Playwright MCP Server

by lebrodus

playwright_patch

Execute an HTTP PATCH request to update specific data on a web resource using a provided URL and body content.

Instructions

Perform an HTTP PATCH request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform PUT operation
valueYesData to PATCH in the body

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Playwright MCP Server

Related Tools

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/lebrodus/mcp-playwright'

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