Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

takeScreenshot

Capture a webpage screenshot or a specific element using CSS selectors with this PlayMCP Browser Automation Server tool. Ideal for web testing and documentation.

Instructions

Take a screenshot of the page or specific element

Input Schema

NameRequiredDescriptionDefault
elementNoCSS selector for element screenshot
fullPageNoWhether to capture the full scrollable page
pathYes

Input Schema (JSON Schema)

{ "properties": { "element": { "description": "CSS selector for element screenshot", "type": "string" }, "fullPage": { "description": "Whether to capture the full scrollable page", "type": "boolean" }, "path": { "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