Skip to main content
Glama

OpenRouter Image MCP Server

by JonathanJude

analyze_webpage_screenshot

Analyze webpage screenshots to extract content, layout, and interactive elements for structured analysis of web page structure and components.

Instructions

Specialized tool for analyzing webpage screenshots. Extracts content, layout information, and interactive elements from web pages.

Input Schema

NameRequiredDescriptionDefault
dataYesThe webpage screenshot data (base64 string, file path, or URL)
focusAreaNoSpecific area to focus on (optional)
formatNoOutput format (default: json for structured webpage analysis)
includeAccessibilityNoInclude accessibility analysis (default: true)
maxTokensNoMaximum tokens in response (default: 4000)
mimeTypeNoMIME type of the image (required for base64 input)
typeYesThe type of image input

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The webpage screenshot data (base64 string, file path, or URL)", "type": "string" }, "focusArea": { "description": "Specific area to focus on (optional)", "enum": [ "layout", "content", "navigation", "forms", "interactive", "accessibility" ], "type": "string" }, "format": { "description": "Output format (default: json for structured webpage analysis)", "enum": [ "text", "json" ], "type": "string" }, "includeAccessibility": { "description": "Include accessibility analysis (default: true)", "type": "boolean" }, "maxTokens": { "description": "Maximum tokens in response (default: 4000)", "type": "number" }, "mimeType": { "description": "MIME type of the image (required for base64 input)", "type": "string" }, "type": { "description": "The type of image input", "enum": [ "base64", "file", "url" ], "type": "string" } }, "required": [ "type", "data" ], "type": "object" }

Other Tools from OpenRouter Image MCP 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/JonathanJude/openrouter-image-mcp'

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