Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_screenshot

Capture screenshots of web pages or specific elements using a concurrent browser MCP server. Specify image format, quality, and element selector for precise results.

Instructions

Take a screenshot of the page or element

Input Schema

NameRequiredDescriptionDefault
fullPageNoWhether to capture the full page
instanceIdYesInstance ID
qualityNoImage quality (1-100, JPEG only)
selectorNoElement selector (capture specific element)
typeNoImage formatpng

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "default": false, "description": "Whether to capture the full page", "type": "boolean" }, "instanceId": { "description": "Instance ID", "type": "string" }, "quality": { "default": 80, "description": "Image quality (1-100, JPEG only)", "maximum": 100, "minimum": 1, "type": "number" }, "selector": { "description": "Element selector (capture specific element)", "type": "string" }, "type": { "default": "png", "description": "Image format", "enum": [ "png", "jpeg" ], "type": "string" } }, "required": [ "instanceId" ], "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/sailaoda/concurrent-browser-mcp'

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