Skip to main content
Glama

MCP Playwright CDP

playwright_put

Execute HTTP PUT requests by specifying a target URL and data payload, enabling direct interaction with web APIs or services for data updates.

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 CDP

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/lars-hagen/mcp-playwright-cdp'

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