Skip to main content
Glama

Gemini Web Automation MCP

by vincenthopf

browse_web

Automate web browsing tasks using AI to navigate websites, click buttons, fill forms, and extract information through natural language commands.

Instructions

Browse the web to complete a task using AI-powered browser automation. The AI agent can navigate websites, click buttons, fill forms, search for information, and interact with web pages just like a human user. This runs synchronously and returns when the task is complete. Args: task: What you want to accomplish (e.g., "Find the top 3 gaming laptops on Amazon") url: Starting webpage (defaults to Google) Returns: Dictionary containing: - ok: Boolean indicating success - data: Task completion message with results - screenshot_dir: Path to saved screenshots - session_id: Unique session identifier - progress: List of actions taken during browsing - error: Error message (if task failed) Examples: - "Search for Python tutorials and summarize the top result" - "Go to example.com and click the login button" - "Find product reviews for iPhone 15 Pro" Note: For long-running tasks, consider using start_web_task instead.

Input Schema

NameRequiredDescriptionDefault
taskYes
urlNohttps://www.google.com

Input Schema (JSON Schema)

{ "properties": { "task": { "title": "Task", "type": "string" }, "url": { "default": "https://www.google.com", "title": "Url", "type": "string" } }, "required": [ "task" ], "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