Skip to main content
Glama
WhiteNightShadow

camoufox-reverse-mcp

navigate

Navigate to URLs while bypassing bot detection for JavaScript reverse engineering, returning page details like title and HTTP status.

Instructions

Navigate to the specified URL.

Args: url: Target URL to navigate to. wait_until: When to consider navigation complete - "load", "domcontentloaded", or "networkidle".

Returns: dict with url, title, and HTTP status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
wait_untilNoload
Behavior2/5

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

With no annotations provided, the description carries full burden but lacks critical behavioral details. It mentions navigation completion conditions via 'wait_until' but omits error handling, timeouts, permissions, or side effects like page reloads. For a navigation tool in a browser context, this is insufficient.

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 efficiently structured with a clear purpose statement followed by well-organized sections for Args and Returns. Every sentence adds value without redundancy, making it easy to parse and front-loaded with key information.

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

Completeness3/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 (2 parameters, no output schema, no annotations), the description covers purpose and parameters well but lacks behavioral context and output details. It specifies return keys but not their formats or error cases, leaving some gaps for safe invocation.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates by explaining both parameters: 'url' as the target URL and 'wait_until' with its three enum-like values ('load', 'domcontentloaded', 'networkidle') and default behavior. It adds essential meaning beyond the bare schema.

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 tool's purpose with a specific verb ('Navigate') and resource ('specified URL'), distinguishing it from sibling tools like 'go_back' or 'reload' which handle different navigation scenarios. It precisely defines the core action without ambiguity.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'go_back' or 'reload', nor does it mention prerequisites such as requiring an active browser session. Usage context is implied but not explicitly stated, leaving gaps for the agent.

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

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