Skip to main content
Glama

MCP Browser Server

by Wladastic

analyze_screenshot

Analyzes webpage screenshots using AI (Gemma3) to describe visible content, identify elements, and provide structural insights. Capture full-page or specific sections for detailed examination.

Instructions

Take a screenshot and analyze it with AI (Gemma3) to describe what is visible on the page

Input Schema

NameRequiredDescriptionDefault
detailedNoProvide detailed structural analysis of the page
fullPageNoCapture full scrollable page
modelNoAI model to use for analysis (default: gemma3:4b)gemma3:4b
pathNoPath to save screenshot (optional)
pretextNoOptional context or specific instructions for what to look for in the analysis

Input Schema (JSON Schema)

{ "properties": { "detailed": { "default": false, "description": "Provide detailed structural analysis of the page", "type": "boolean" }, "fullPage": { "default": false, "description": "Capture full scrollable page", "type": "boolean" }, "model": { "default": "gemma3:4b", "description": "AI model to use for analysis (default: gemma3:4b)", "type": "string" }, "path": { "description": "Path to save screenshot (optional)", "type": "string" }, "pretext": { "description": "Optional context or specific instructions for what to look for in the analysis", "type": "string" } }, "type": "object" }

Other Tools from MCP 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/Wladastic/mcp-browser-server'

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