Skip to main content
Glama

browser_wait_stable

Wait for the DOM to settle after mutations, ensuring streaming replies and animations have finished before taking the next action.

Instructions

等待页面 DOM 停止变化(静默窗口, 默认 800ms 无变异)。用于流式回复生成完毕、动画结束的判定。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idNo
timeout_msNo
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It reveals that the tool monitors DOM mutations and uses an 800ms quiet period, giving the agent insight into the underlying mechanism. However, it does not state what happens on timeout, whether it returns any value, or if it is strictly read-only, leaving some behavioral ambiguity.

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 a single, front-loaded sentence with no filler. Every phrase (DOM stop changing, 800ms, use cases) contributes to understanding, making it highly concise and efficiently structured.

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

Completeness2/5

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

Given the lack of annotations and no schema coverage, the description is not complete enough. It omits parameter semantics, timeout behavior, and clear differentiation from sibling wait tools beyond a narrow use case. The agent would need to infer too much for a confidently correct invocation.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate but does not. It mentions the default 800ms silence window but fails to explain the meaning or role of task_id and timeout_ms, leaving the agent without necessary parameter context.

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 defines the action: waits for the page DOM to stop changing, with a specified silent window (default 800ms). It also explicitly names use cases (streaming reply completion, animation end), which effectively distinguishes it from sibling wait tools like browser_wait_ms and browser_wait_navigation.

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

Usage Guidelines4/5

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

It provides clear usage context (when streaming or animations are finishing) but does not explicitly mention alternatives or when not to use it. The sibling context implies differentiation, yet the description stops short of explicit when-to-use vs. when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/paipaipai666/nexus-browser-mcp'

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