Skip to main content
Glama
DanEvenSegler

Extended Playwright MCP Server

browser_wait_for_network_idle

Read-only

Wait for all network connections to become idle for 500ms before proceeding, ensuring stable page state for subsequent automation steps.

Instructions

Waits until there are no active network connections (network idle state) for at least 500ms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNoMaximum time to wait in milliseconds. Defaults to 10000ms.
Behavior4/5

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

The description adds meaningful behavioral detail beyond the annotations: the 500ms idle threshold requirement. It clarifies that it waits for a stable idle state, which is useful context. Annotations already cover read-only and non-destructive nature, so the bar is lower, and this description adds value.

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?

A single, focused sentence that states exactly what the tool does. No redundancy or extraneous information.

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?

For a simple, single-parameter wait tool with read-only annotations, the description provides sufficient detail: the trigger condition and the stability threshold. No output schema is needed, and the absence of extra behavior is acceptable.

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% — the timeout parameter is fully described in the schema with its default and unit. The description adds no extra parametric detail, so the baseline 3 applies.

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 uses a specific verb 'waits' and clearly identifies the resource and condition: network idle state for at least 500ms. This distinguishes it from siblings like browser_wait_for (which likely waits for other conditions) and browser_network_requests (which lists requests).

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

Usage Guidelines3/5

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

The description implies usage: use this when you need to wait for network activity to settle. However, it does not explicitly mention alternatives or when not to use it, leaving the agent to infer from the name and sibling tool names.

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/DanEvenSegler/extended-playwright-mcp'

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