Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

screenshot

Capture screenshots of web pages, specific elements, or the viewport using PlayMCP's automation tool. Define the path and select the area to save for web testing or analysis.

Instructions

Take a screenshot

Input Schema

NameRequiredDescriptionDefault
pathYes
selectorNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "path": { "type": "string" }, "selector": { "type": "string" }, "type": { "enum": [ "viewport", "element", "page" ], "type": "string" } }, "required": [ "path" ], "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/jomon003/PlayMCP'

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