Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

smart_fetch

Fetches web content via the direct HTTP route first, escalating to a stealth browser only when anti-bot systems block the request.

Instructions

Dual-mode fetch: tries the browserless HTTP path first and escalates to the stealth browser ONLY when the response looks anti-bot blocked. This is the efficiency core — high-volume reading stays cheap, the browser fires only when it's actually needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
proxyNo
max_charsNo
impersonateNofirefox
force_browserNo
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

The description usefully discloses the escalation behavior and the efficiency motive, which is valuable. But it states the browser fires 'ONLY' when anti-bot blocking is detected, while the force_browser parameter can override that behavior, creating a partial mismatch. With no annotations available, it also does not explain side effects, return shape, or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core mechanism. The second sentence reinforces the efficiency value proposition, but somewhat redundantly restates the 'only when needed' idea from the first sentence.

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?

With five parameters, zero schema descriptions, no output schema, and no annotations, the description alone is not enough to invoke this tool correctly. It explains the strategic behavior but omits return format, parameter defaults/effects, and edge-case behavior.

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% and the description does not explain any parameter, including url, proxy, max_chars, impersonate, or force_browser. The dual-mode narrative implicitly relates to force_browser and impersonate, but the agent is left without actual parameter semantics.

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 clearly states what the tool does: it fetches via a dual-mode path, trying browserless HTTP first and escalating to a stealth browser only when anti-bot blocking is detected. It communicates a distinct hybrid behavior, though it does not explicitly contrast itself with sibling tools like http_request or scrape_page.

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 gives clear context for when this tool is valuable: high-volume reading where efficiency matters, with the browser used only when necessary. However, it stops short of explicit guidance on when NOT to use it or which sibling tools to prefer in other scenarios.

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