Skip to main content
Glama

screenshot

Capture the visible browser tab as a PNG or JPEG image, using the chrome.tabs API to bypass CDP and bot-detection mechanisms.

Instructions

Capture the visible tab via chrome.tabs.captureVisibleTab (chrome.tabs API — NO CDP, no bot-detection surface)…

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo
qualityNoJPEG quality 0-100 (default 80)
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose the underlying API and highlights the absence of CDP/bot-detection surface, which is useful. But it does not describe the return format, what 'visible tab' means across states, or any permission or side-effect considerations.

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 one focused sentence with no filler, and the parenthetical method/anti-detection detail earns its place. The trailing ellipsis is a minor structural distraction and slightly undermines the otherwise tight presentation.

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?

For a simple two-parameter tool, the description and schema give enough to invoke it, but the description does not state what the tool returns. Since there is no output schema, mentioning the return form would materially improve completeness.

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?

The description adds no parameter-level meaning beyond the input schema. The schema already documents the 'quality' parameter and the 'format' enum values, and with 50% coverage the description does not need to carry the full load, but it also does not compensate for the undocumented half.

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 names a specific verb and resource: capture the visible tab via chrome.tabs.captureVisibleTab. It also distinguishes the tool from CDP-based capture approaches by stating 'NO CDP, no bot-detection surface', making the tool's purpose clear and differentiable.

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 this tool is the safe, non-CDP way to capture the visible tab, which is useful context for selection. However, it never explicitly states when to use this tool versus an alternative, nor does it name any sibling tool as a competing option.

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/spliffspliff70-wq/websense-mcp'

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