Skip to main content
Glama

WebEvalAgent MCP Server

Official
by Operative-Sh

setup_browser_state

Configures and saves browser state for reuse by launching a non-headless browser, enabling login/authentication, and storing cookies and local storage to a local file.

Instructions

Sets up and saves browser state for future use.

This tool should only be called in one scenario:

  1. The user explicitly requests to set up browser state/authentication

Launches a non-headless browser for user interaction, allows login/authentication, and saves the browser state (cookies, local storage, etc.) to a local file.

Args: url: Optional URL to navigate to upon opening the browser. ctx: The MCP context (used for progress reporting, not directly here).

Returns: list[TextContent]: Confirmation of state saving or error messages.

Input Schema

NameRequiredDescriptionDefault
urlNo

Input Schema (JSON Schema)

{ "properties": { "url": { "default": null, "title": "Url", "type": "string" } }, "title": "setup_browser_stateArguments", "type": "object" }
Install Server

Other Tools from WebEvalAgent 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/Operative-Sh/web-eval-agent'

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