Skip to main content
Glama
ColorSource

cloakbrowser-mcp

by ColorSource

browser_navigate

Navigate to a URL and automatically wait for the page to load fully, handling Cloudflare challenges, then return a snapshot of the loaded page.

Instructions

Navigate to a URL. Auto-waits for the page to settle (network idle + DOM stable).

Handles Cloudflare challenge pages with extra wait time. Returns an updated snapshot of the loaded page.

Args: page_id: Target page ID. url: URL to navigate to. timeout: Navigation timeout in milliseconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
urlYes
timeoutNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description covers key behavioral traits: auto-waiting for network idle and DOM stable, handling Cloudflare challenges, and returning a snapshot. It does not mention side effects or error handling, but the disclosed behavior is sufficient for a navigation action.

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 very concise, with only 5 lines. It front-loads the main action, then adds key features (auto-wait, Cloudflare, snapshot), followed by a clear parameter list. Every sentence adds value without redundancy.

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?

Given the presence of an output schema (which documents return values) and the tool's straightforward navigation purpose, the description is complete. It covers behavior, parameters, and special handling, leaving no critical gaps for an AI agent to use the tool correctly.

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?

Schema description coverage is 0%, but the description adds brief explanations for each parameter: page_id (target page ID), url (URL to navigate), timeout (navigation timeout in ms). This adds meaning beyond the schema's basic types, though more detail on page_id context could be helpful.

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?

Description clearly states 'Navigate to a URL' with a specific verb and resource. It differentiates from sibling tools like browser_back and browser_forward by focusing on direct URL navigation, and mentions auto-wait and Cloudflare handling, which are unique to this tool.

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?

The description provides clear context for usage (navigating to a URL with auto-wait and Cloudflare handling), but does not explicitly state when not to use it or mention alternatives like browser_new_page. The context is clear enough for most scenarios.

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/ColorSource/cloakbrowser-mcp'

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