Skip to main content
Glama

Patchright Lite MCP Server

by dylangroos

extract

Retrieve text, HTML, or screenshots from a web page using browser and page IDs for efficient data extraction. Ideal for stealth automation and content capture without detection.

Instructions

Extract information from the current page as text, html, or screenshot

Input Schema

NameRequiredDescriptionDefault
browserIdYesBrowser ID from a previous browse operation
pageIdYesPage ID from a previous browse operation
typeYesType of content to extract

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "browserId": { "description": "Browser ID from a previous browse operation", "type": "string" }, "pageId": { "description": "Page ID from a previous browse operation", "type": "string" }, "type": { "description": "Type of content to extract", "enum": [ "text", "html", "screenshot" ], "type": "string" } }, "required": [ "browserId", "pageId", "type" ], "type": "object" }
Install Server

Other Tools from Patchright Lite 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/dylangroos/patchright-mcp-lite'

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