Skip to main content
Glama

Gemini Web Automation MCP

by vincenthopf

get_web_screenshots

Retrieve screenshots from web browsing sessions to review what AI agents saw and did during task execution.

Instructions

Retrieve screenshots captured during a web browsing session. Each browsing session saves screenshots of the pages visited. Use this to review what the AI agent saw and did during task execution. Args: session_id: Session ID returned from browse_web or check_web_task Returns: Dictionary containing: - ok: Boolean indicating success - screenshots: List of screenshot file paths - session_id: The session identifier - count: Number of screenshots found - error: Error message (if session not found) Example: get_web_screenshots("20251017_143022_a1b2c3d4")

Input Schema

NameRequiredDescriptionDefault
session_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id" ], "type": "object" }

Other Tools from Gemini Web Automation 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/vincenthopf/computer-use-mcp'

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