Skip to main content
Glama

browser_session_start

Start a new browser automation session, creating a tab group for subsequent operations. Optionally spawn a fresh window, bring it to foreground, or run silently in background.

Instructions

Start a new browser session. Creates a Chrome tab group with an initial tab; all subsequent operations are scoped to that group. Pass newWindow=true to spawn a fresh Chrome window so window-resize won't disturb the user's other tabs. By default the new window is brought to OS foreground once (so the user sees automation has started) — subsequent browser_navigate calls do NOT steal focus (default changed in 0.4.1). Pass bringToFront:false to start fully in the background. Idempotent: ends a previous session first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoAI Session
colorNoblue
urlNoabout:blank
newWindowNo
widthNo
heightNo
leftNo
topNo
stateNo
bringToFrontNoOn session start, raise the new window to OS foreground once. The tab is always made active within its window regardless (prevents Chrome throttling). Default true so users see automation has started; pass false for fully-silent background start.
visualsNoVisual feedback layer (animated cursor + target ring + HUD). Defaults: enabled with cursor + hud; slowMo:0.
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: session scoping, new window vs. tab group, focus management (brings to front once, no focus steal on navigate), and idempotency. No contradictions.

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 (5-6 sentences), front-loaded with the core purpose, and each sentence adds distinct value (scoping, newWindow, focus, idempotency). No redundant or vague phrasing.

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

Completeness3/5

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

For a complex tool with 11 parameters, nested objects, and no output schema or annotations, the description covers key behavioral context (session management, focus, new window) but omits explanations for most parameters (e.g., dimensions, position, state, visuals). The agent would need to infer parameter meanings from schema defaults/enums alone.

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

Parameters2/5

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

Schema description coverage is only 18% (9 of 11 parameters lack descriptions in schema). The tool description only explains newWindow and bringToFront behaviour, leaving parameters like title, color, width, height, left, top, state, and the entire visuals nested object unaddressed. This is insufficient for an 11-parameter tool.

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 description clearly states 'Start a new browser session' and specifies the resource ('Chrome tab group with an initial tab; all subsequent operations are scoped to that group'). It distinguishes itself from siblings like browser_open_tab by focusing on session initiation and scoping.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use parameters like newWindow and bringToFront, and notes idempotent behavior (ends previous session). However, it does not explicitly compare to alternative tools or state when not to use it beyond the implied 'start a new session' context.

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/DevZonayed/Mochi'

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