Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

navigate_and_snapshot

Navigate to a specified URL and retrieve a page snapshot in one step, using stealth browser automation to bypass bot detection for reliable data scraping and session management.

Instructions

Navigate to URL then return snapshot — combined in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
wait_untilNodomcontentloaded
Install Server

TDQS

B3/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden and does reveal that the tool navigates (a side effect) and returns a snapshot. However, it omits details about default wait behavior, failure handling, or what kind of snapshot is produced.

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 concise, front-loaded sentence with no filler. Every word earns its place and the main behavior is immediately clear.

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?

For a browser-control tool with no annotations and no output schema, the description is too thin. It leaves wait_until semantics unexplained and provides no cue for choosing this over wait_and_snapshot or a separate navigate+browser_snapshot sequence.

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?

URL is implied by 'Navigate to URL', but wait_until is not described at all despite being an enum parameter with a default. With schema description coverage at 0%, the description needed to explain the parameters more thoroughly and did not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific operation: navigate to a URL and return a snapshot in a single combined call. It differentiates from standalone navigate and browser_snapshot tools, though it does not explicitly distinguish itself from similar composite siblings like wait_and_snapshot.

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?

There is no guidance on when to use this tool versus alternatives. The phrase 'combined in one call' describes a feature rather than providing selection criteria, and with many snapshot-composite siblings such as wait_and_snapshot, back_and_snapshot, and reload_and_snapshot, an agent gets no direction.

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