Skip to main content
Glama

UI/UX MCP Server

by willem4130

playwright_capture_screenshots

Capture browser screenshots across multiple viewports and devices. Automate visual testing, ensure responsive design consistency, and validate UI/UX elements for web development and design workflows.

Instructions

Capture screenshots across browsers and viewports

Input Schema

NameRequiredDescriptionDefault
fullPageNo
urlYes
viewportsNo

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "default": false, "type": "boolean" }, "url": { "type": "string" }, "viewports": { "items": { "properties": { "deviceScaleFactor": { "type": "number" }, "height": { "type": "number" }, "width": { "type": "number" } }, "type": "object" }, "type": "array" } }, "required": [ "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/willem4130/ui-ux-mcp-server'

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