Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

wait_for_network_idle

Wait until the browser has no active network requests for a specified quiet period, ensuring the page is fully loaded before proceeding. Use to avoid interrupting in-flight operations.

Instructions

Wait until there are no in-flight requests for idle_ms continuously. Requests are counted from the moment the page was opened, so one that was ALREADY in flight when you call this is not mistaken for idle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idle_msNoHow long the network must stay quiet before returning.
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 present, the description carries the behavioral burden and does disclose a non-obvious detail: requests are counted from page open, so pre-existing in-flight requests do not count toward the idle check. It stops short of describing timeout failure behavior or return value, but the core waiting semantics are transparent.

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?

Two focused sentences, with the essential behavior in the first and a valuable edge-case clarification in the second. No filler.

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?

For a simple two-parameter wait tool with no output schema, the description covers the main mechanism and a key counting detail. The only meaningful gap is the unexplained timeout_ms behavior, but the parameter name and default make it inferable.

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 only 50%. The description contextualizes idle_ms ('for idle_ms continuously') but adds little beyond the schema's own description, and timeout_ms is never mentioned or explained in either the schema or the description. For a low-coverage schema, the description should compensate more.

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 precise verb and resource: it waits for a network condition (no in-flight requests for a continuous idle window). It also adds the page-open counting nuance, which clearly separates it from generic wait_for or wait_for_navigation.

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 intended use is implied—call it when you need the network to settle before proceeding—but the description never explicitly says when to prefer it over sibling wait_for, wait_for_navigation, or wait_for_response tools, nor what situations it is not suited for.

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/RobithYusuf/mcp-camoufox'

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