Skip to main content
Glama
WhiteNightShadow

camoufox-reverse-mcp

take_screenshot

Capture screenshots of web pages or specific elements using the Camoufox anti-detection browser. Get base64-encoded PNG images for debugging and reverse engineering tasks.

Instructions

Take a screenshot of the current page or a specific element.

Args: full_page: Capture the entire scrollable page (default False). selector: CSS selector of a specific element to capture.

Returns: dict with base64-encoded PNG image data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
full_pageNo
selectorNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the action ('take a screenshot') and return format ('dict with base64-encoded PNG image data'), but lacks details on permissions, side effects (e.g., whether it pauses page interaction), error handling, or performance implications. For a tool with no annotations, this leaves significant gaps in understanding its behavior.

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 appropriately sized and well-structured. It starts with a clear purpose statement, followed by an 'Args:' section detailing parameters with defaults, and ends with a 'Returns:' section specifying the output format. Each sentence earns its place by providing essential information without redundancy, making it easy to parse and understand quickly.

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 annotations, no output schema), the description is partially complete. It covers the purpose, parameters, and return format adequately, but lacks context on prerequisites, behavioral traits, and usage guidelines. Without annotations or an output schema, it should provide more detail on operational aspects, such as error conditions or interaction with sibling tools, to be fully comprehensive.

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?

The description adds substantial meaning beyond the input schema, which has 0% schema description coverage. It explains both parameters: 'full_page' as 'Capture the entire scrollable page (default False)' and 'selector' as 'CSS selector of a specific element to capture.' This clarifies their purposes, default values, and usage, effectively compensating for the lack of schema descriptions and providing necessary context for the agent.

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 the tool's purpose: 'Take a screenshot of the current page or a specific element.' It specifies the verb ('take'), resource ('screenshot'), and scope ('current page or a specific element'), which is clear and actionable. However, it does not explicitly differentiate from sibling tools like 'take_snapshot' or 'get_page_content', which might have overlapping or related functionality.

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. It mentions capturing 'the current page or a specific element' but does not specify prerequisites (e.g., requires an active browser session), exclusions, or comparisons to sibling tools like 'take_snapshot' or 'get_page_info'. Without such context, the agent must infer usage from the tool name alone.

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