Skip to main content
Glama
tonjun

camofox-mcp

by tonjun

camofox_snapshot

Retrieve an accessibility snapshot of a browser tab with interactive element references and optional screenshot. Supports paginated retrieval for large pages.

Instructions

Get an accessibility snapshot of a tab

Get an accessibility snapshot of a Camoufox tab with element refs (e1, e2, etc.) for interaction, plus an optional screenshot (set includeScreenshot=true). Large pages are truncated with pagination links preserved at the bottom -- if the response includes hasMore=true and nextOffset, call again with that offset to see more content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYes
formatNotext
offsetNoCharacter offset for paginated retrieval.
userIdYes
includeScreenshotNo
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses pagination behavior (truncation, hasMore, nextOffset) and optional screenshot, but does not discuss side effects, permissions, or rate limits. The disclosed traits are relevant but incomplete.

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 concise with two sentences. The first sentence states the purpose, the second explains pagination and optional screenshot. It is front-loaded and clear, though could be broken into structured bullet points.

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?

No output schema exists, so description should explain return format. It mentions response fields hasMore and nextOffset but does not describe the snapshot structure (e.g., content format, element refs). For an interactive tool, more detail on output would be helpful.

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

Parameters3/5

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

Schema coverage is low (20%) and only offset has a description. The description clarifies includeScreenshot (boolean string) and offset (character offset), but does not explain tabId or userId beyond being required. It adds moderate value over the schema.

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 gets an accessibility snapshot of a tab with element refs for interaction, and distinguishes it from screenshot tools by mentioning optional screenshot and pagination. However, it does not explicitly contrast with other sibling tools like camofox_extract_structured_data.

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

Usage Guidelines3/5

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

The description implies usage for interacting with a page via element refs and mentions pagination for large pages, but lacks explicit guidance on when not to use this tool or alternatives. The context is clear but no exclusions are given.

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/tonjun/camofox-mcp'

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