Skip to main content
Glama
jamesmurdza

Daytona Playwright MCP Server

by jamesmurdza

browser_download_wait

Wait for browser downloads to complete in Playwright automation, returning the downloaded file path for further processing.

Instructions

Wait for a download to start and complete, returning the downloaded file path.

Call this before triggering the download action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNoTimeout in milliseconds to wait for download

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 describes the core behavior (waiting for download completion and returning file path) but lacks details about error handling (e.g., what happens if no download starts), file management (e.g., where files are saved), or system dependencies. It adds basic context but misses important behavioral aspects.

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 perfectly concise with two sentences that each serve a distinct purpose: the first states what the tool does, the second provides critical usage guidance. There's zero wasted language or redundancy.

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 moderate complexity (monitoring asynchronous downloads), no annotations, but with an output schema (implied by 'Has output schema: true'), the description is reasonably complete. It covers the purpose and sequencing but could better address behavioral nuances like what constitutes a 'download' or failure modes.

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 schema has 100% description coverage for its single parameter (timeout), so the baseline is 3. The description doesn't add parameter-specific details beyond what the schema provides, but since there's only one optional parameter with good schema documentation, the minimal impact justifies a 4 rather than a 3.

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 ('Wait for a download to start and complete') and the resource/outcome ('returning the downloaded file path'). It distinguishes itself from sibling tools by focusing on download monitoring rather than navigation, interaction, or other browser operations.

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 explicitly provides when-to-use guidance: 'Call this before triggering the download action.' This tells the agent the proper sequence and context for using this tool relative to other actions that might initiate downloads.

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