Skip to main content
Glama

Browser Agent MCP

browser_screenshot

Capture full-page or specific element screenshots using CSS selectors, apply masking as needed, and save to a specified path. Ideal for precise web content documentation and testing within autonomous browser automation workflows.

Instructions

Capture a screenshot of the current page or a specific element

Input Schema

NameRequiredDescriptionDefault
fullPageNoCapture full page height
maskNoSelectors for elements to mask
nameYesIdentifier for the screenshot
savePathNoPath to save screenshot (default: user's Downloads folder)
selectorNoCSS selector for element to capture

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "description": "Capture full page height", "type": "boolean" }, "mask": { "description": "Selectors for elements to mask", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Identifier for the screenshot", "type": "string" }, "savePath": { "description": "Path to save screenshot (default: user's Downloads folder)", "type": "string" }, "selector": { "description": "CSS selector for element to capture", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Browser Agent MCP

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/imprvhub/mcp-browser-agent'

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