Skip to main content
Glama

MCP Web Browser Server

get_page_screenshots

Capture webpage screenshots as Base64 encoded images. Customize output by capturing the entire page, viewport, or a specific element using CSS selectors. Ideal for automated testing, documentation, or content extraction.

Instructions

Capture screenshot of the current page. Args: full_page: Whether to capture the entire page or just the viewport selector: Optional CSS selector to screenshot a specific element context: Optional context object for logging (ignored) Returns: Base64 encoded screenshot image

Input Schema

NameRequiredDescriptionDefault
contextNo
full_pageNo
selectorNo

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "full_page": { "default": false, "title": "Full Page", "type": "boolean" }, "selector": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Selector" } }, "title": "get_page_screenshotsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Web Browser 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/random-robbie/mcp-web-browser'

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