Skip to main content
Glama
grappaheiss

VRO Camoufox MCP

by grappaheiss

artifact.capture_screenshot

Capture the current page in the browser session and persist it as a local artifact with a specified filename and drive path. Optionally capture the full page.

Instructions

Captures a screenshot of the current page and persists it as a local artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
full_pageNo
browser_session_idYes
intended_drive_pathYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action and persistence, without mentioning side effects, required browser session state, return values, or potential failures, which is insufficient for a tool that writes an artifact.

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, well-structured sentence with no redundant words, making it easy to parse. It is appropriately concise, though this brevity sacrifices necessary detail.

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?

The description is minimal and does not explain the significance of 'local artifact,' the role of intended_drive_path, the full_page behavior, or the relationship to remote sync siblings. Given four parameters, no annotations, and no output schema, this falls short of providing complete operational context.

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

Parameters1/5

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

The description does not mention any of the four parameters (browser_session_id, filename, full_page, intended_drive_path). Since schema description coverage is 0%, the description adds no semantic meaning to the parameters, leaving the agent to infer from parameter names alone.

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 specifies the action ('captures a screenshot'), the target ('the current page'), and the outcome ('persists it as a local artifact'), distinguishing it from sibling tools like browser.inspect_page or artifact.get.

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?

No guidance is given on when to use this tool instead of alternatives. It does not mention prerequisites, exclusions, or typical scenarios, leaving the agent without decision support.

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/grappaheiss/camoufox'

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