Skip to main content
Glama

Start Browser Test

start_session
Destructive

Initiate a browser testing session to navigate to a target URL, with configurable headless mode, viewport dimensions, and review type for exploratory, visual, or regression testing.

Instructions

Start a browser testing session and navigate to the given URL.

Args: url: The URL to test (e.g. http://localhost:3000) headless: Run browser without visible window (default True) viewport_width: Browser viewport width in pixels viewport_height: Browser viewport height in pixels include_observation: Return the initial page observation in this call. review_mode: exploratory, visual, or regression.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
headlessNo
review_modeNoexploratory
viewport_widthNo
viewport_heightNo
include_observationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate destructiveHint=true and readOnlyHint=false, but the description does not elaborate on what destructive behavior occurs (e.g., terminating previous sessions). It adds context about navigating to a URL but omits details about session lifecycle or async behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: one sentence for purpose followed by a brief bullet list of parameters. Every sentence adds value, and the structure is clean and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's role as a session starter, the description covers core purpose and parameters. Output schema exists, so return values need not be described. However, it could mention that this tool is required before using other browser tools. Overall adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds clear meaning to each parameter beyond the schema titles, including example URL format, default values for headless and viewport, and the purpose of review_mode. Even though schema coverage is 0%, the description compensates well.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title 'Start Browser Test' and description 'Start a browser testing session and navigate to the given URL' clearly state the verb (start), resource (browser test session), and specific action (navigate to URL). This distinguishes it from sibling tools like end_session or click_what.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives (e.g., capsule_restore) or when not to use it. The description implies it is the entry point for browser testing but does not state prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/chriswu727/argus'

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