Skip to main content
Glama

open

Launch a browser session or attach to an existing CDP endpoint. Call this first to set up browser control for automation.

Instructions

Open a browser session, or attach to a browser already running with a CDP endpoint. Call this first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cdpNoAttach to a browser already running with --remote-debugging-port instead of launching one, e.g. http://127.0.0.1:9222
urlNoURL to load once the browser is up.
browserNochromium (default, the bundled build), chrome, firefox, webkit or msedge. Ignored when cdp is set.
profileNoPath to a persistent profile directory, to keep logins between runs. Ignored when cdp is set, since the running browser already has its own.
sessionNoSession name. Sessions have separate cookies and tabs. Defaults to "default".
Behavior3/5

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

Without annotations, the description carries the burden of disclosure. It states the core behavior (open/attach) and ordering, but does not mention side effects, idempotency, or error behavior. This is adequate but not rich.

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?

Two sentences, front-loaded with the essential purpose. No wasted words.

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?

For a simple entry-point tool with 5 optional params, the description covers the main purpose and sequencing. It doesn't describe return values, but there is no output schema, and sibling tools like status may cover that need.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds context by explaining the CDP attach mode as an alternative to launching, but it does not add new meaning beyond what the parameter descriptions already provide.

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 the tool's action: 'Open a browser session, or attach to a browser already running with a CDP endpoint.' It distinguishes itself from sibling tools by being the initialization step, while siblings like goto and click are subsequent actions.

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

Usage Guidelines5/5

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

'Call this first' explicitly tells the agent when to use this tool relative to others. It also contrasts launching a new browser vs attaching via CDP, giving clear context for choosing this tool.

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/Roadmvn/linux-computer-use'

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