Skip to main content
Glama

Playwright-Lighthouse MCP Server

by kbyk004-diy

take-screenshot

Capture screenshots of web pages using a specified URL; choose to include the entire page or a visible section for analysis or documentation purposes.

Instructions

Takes a screenshot of the currently open page

Input Schema

NameRequiredDescriptionDefault
fullPageNoIf true, captures a screenshot of the entire page
urlYesURL of the website you want to capture

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fullPage": { "default": false, "description": "If true, captures a screenshot of the entire page", "type": "boolean" }, "url": { "description": "URL of the website you want to capture", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Playwright-Lighthouse MCP Server

Related Tools

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/kbyk004-diy/playwright-lighthouse-mcp'

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