Skip to main content
Glama

mcp-playwright

playwright_expect_response

Start waiting for an HTTP response in Playwright by specifying a URL pattern and unique ID. Use this tool to initiate the wait operation without blocking execution, enabling retrieval of the response later.

Instructions

Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.

Input Schema

NameRequiredDescriptionDefault
idYesUnique & arbitrary identifier to be used for retrieving this response later with `Playwright_assert_response`.
urlYesURL pattern to match in the response.

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Unique & arbitrary identifier to be used for retrieving this response later with `Playwright_assert_response`.", "type": "string" }, "url": { "description": "URL pattern to match in the response.", "type": "string" } }, "required": [ "id", "url" ], "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/executeautomation/mcp-playwright'

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