Skip to main content
Glama

Playwright MCP Server

by b3nw

browser_take_screenshot

Capture screenshots of web pages or specific elements using Playwright automation. Ideal for web testing, monitoring, or document generation.

Instructions

Take a screenshot of the current page or a specific element

Input Schema

NameRequiredDescriptionDefault
fullPageNo
selectorNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fullPage": { "default": false, "type": "boolean" }, "selector": { "type": "string" } }, "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/b3nw/playwright-mcp-server'

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