Skip to main content
Glama

AutoProbeMCP

by Wladastic

analyze_screenshot

Capture and analyze web page screenshots using AI to describe visible content, detect elements, and provide structural insights based on user-defined context.

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 AutoProbeMCP

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/AutoProbeMCP'

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