Skip to main content
Glama

Browserless MCP Server

take_screenshot

Capture webpage screenshots in formats like PNG, JPEG, or WebP, with options for full-page capture, background removal, and custom clipping, using Browserless MCP Server's automation capabilities.

Instructions

Take screenshot of a webpage

Input Schema

NameRequiredDescriptionDefault
optionsNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "clip": { "properties": { "height": { "type": "number" }, "width": { "type": "number" }, "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" }, "fullPage": { "type": "boolean" }, "omitBackground": { "type": "boolean" }, "quality": { "type": "number" }, "type": { "enum": [ "png", "jpeg", "webp" ], "type": "string" } }, "type": "object" }, "url": { "type": "string" } }, "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/Lizzard-Solutions/browserless-mcp'

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