Skip to main content
Glama

Start a browser profile

start_profile

Launch an existing Dolphin{anty} browser profile by name or ID, with optional automation for driving pages via Chrome DevTools Protocol.

Instructions

Launch an EXISTING browser profile. This is the tool for 'open/run/spin up ' — identify it by name if that is what the user gave you, or by browserProfileId. Never route a named profile to create_profile: a new profile has none of the original's cookies, logins or history, so it is not the profile the user meant.

Pass automation: true to drive the page with the browser_* tools afterwards, then stop_profile to sync the data directory back to the cloud. Requires the Dolphin{anty} desktop app to be running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dprNoDevice pixel ratio of your real display.
nameNoName of an EXISTING profile, resolved to its id for you. Use this when the user names a profile ('spin up jannytest') — never create a new profile to satisfy a name they gave you.
noTabsNoSkip restoring the profile's saved tabs.
headlessNoLaunch without a GUI. Implies `noTabs`.
is_ownedNoMake this machine the owner of the synchronizer session.
automationNoExpose the Chrome DevTools Protocol so Puppeteer/Playwright/Selenium can drive the browser. The response then carries `automation.port` and `automation.wsEndpoint`. Unavailable on the Free plan (HTTP 402).
screenWidthNo
name_sessionNoSynchronizer session id — profiles sharing it mirror the owner's actions.
screenHeightNo
browserProfileIdNoProfile id. Give this or `name`.
browserProfilePasswordNoRequired only if the profile is password-protected.
Behavior5/5

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

Despite annotations already signaling mutation (readOnlyHint false), the description adds significant operational context: it requires a running desktop app, automation is unavailable on the Free plan with HTTP 402, and stop_profile syncs the data directory back to cloud. It also warns that a new profile lacks the original's cookies, logins, or history.

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 front-loaded with the core purpose and organized into three dense paragraphs. Every sentence earns its place: purpose, exclusion, workflow, and prerequisite. There is no filler or repetition of schema-only details.

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

Completeness5/5

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

Despite having 11 parameters and no output schema, the description provides enough context for correct invocation: what the tool does, when to use it, how to avoid confusion with create_profile, how to chain automation/stop_profile, and the required runtime environment. This is highly complete for a tool of this complexity.

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 input schema already documents 82% of parameters, so the baseline is 3. The description adds cross-parameter guidance on choosing between `name` and `browserProfileId` and clarifies that `name` is resolved to an id while warning against creating a new profile for a user-given name. This is useful semantics beyond the individual schema entries.

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 opens with a specific verb+resource: 'Launch an EXISTING browser profile' and explicitly maps the tool to natural-language requests like 'open/run/spin up <profile>'. It differentiates itself from create_profile by warning 'Never route a named profile to create_profile', making the tool's unique role clear.

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?

The description gives explicit when-to-use guidance ('the tool for open/run/spin up <profile>'), an explicit exclusion ('Never route a named profile to create_profile'), and a workflow ('Pass automation: true ... then stop_profile'). It also states the prerequisite that the Dolphin{anty} desktop app must be running.

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/someorgyouwontcareabout/DolphinMCP'

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