Skip to main content
Glama
jamesmurdza

Daytona Playwright MCP Server

by jamesmurdza

browser_start

Launch a Chrome browser in a cloud sandbox to enable remote web browsing, interaction, and screenshot capture through MCP clients.

Instructions

Start a new browser session in a Daytona sandbox.

This creates a cloud sandbox with Chrome installed, launches the browser, and establishes a connection for remote control. Must be called before using any other browser tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNoTimeout in seconds to wait for browser to be ready

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: creates a cloud sandbox, installs Chrome, launches browser, establishes remote control connection, and has prerequisite sequencing. However, it doesn't mention potential costs, rate limits, authentication needs, or what happens if called multiple times. The description adds useful context but doesn't fully compensate for the lack of annotations.

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?

Perfectly structured with two sentences: first states the core purpose, second provides critical usage guidance. Every word earns its place with zero redundancy. The information is front-loaded with the most important details first.

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 complexity (creates cloud infrastructure), lack of annotations, but presence of output schema, the description does well but has gaps. It explains the prerequisite nature and what gets created, but doesn't address potential failures, costs, or what the output contains. The output schema existence reduces the need to explain return values, but more behavioral context would help.

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 doesn't mention the timeout parameter at all, but with 100% schema description coverage and only one optional parameter, the baseline is high. The schema fully documents the timeout parameter, so the description doesn't need to compensate. However, it could have explained why timeout matters for browser readiness, so it doesn't reach a perfect score.

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 specific action ('Start a new browser session'), the resource ('in a Daytona sandbox'), and distinguishes it from siblings by explaining it's a prerequisite for all other browser tools. It goes beyond the tool name to explain what the session creation entails: cloud sandbox with Chrome, browser launch, and remote control connection.

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?

Explicitly states when to use this tool: 'Must be called before using any other browser tools.' This provides clear contextual guidance about its prerequisite role in the workflow, distinguishing it from all sibling tools that require an active session.

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/jamesmurdza/playwright-daytona-mcp-server'

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