Skip to main content
Glama
afreakk

qutebrowser-mcp

by afreakk

screenshot

Capture the active page as PNG, or specify a tab by URL/title to snapshot it without changing focus.

Instructions

Take a screenshot of a page. If 'tab' is specified, uses CDP to capture that specific tab without switching focus. Otherwise captures the currently focused tab via IPC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabNoTab to target by URL or title substring (e.g. 'github.com', 'outlook'). Uses CDP — requires --qt-arg remote-debugging-port 9222. Captures without changing focus.
rectNoCapture rectangle in format WxH+X+Y (e.g., 800x600+0+0). Only works without 'tab' parameter.
filenameYesOutput filename (PNG format)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a key behavioral trait: capturing a specific tab via CDP does not switch focus. It also distinguishes the default IPC path. However, it does not mention potential side effects like file creation/overwriting or whether the capture is full-page or viewport-only, which would be additional useful context.

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 two sentences, front-loaded with the main action, and zero wasted words. The conditional logic is conveyed efficiently without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, the description plus well-covered schema parameters are sufficient for an agent to invoke the tool. It lacks an explicit note about the output file behavior (e.g., overwriting, return value) and full-page vs viewport capture, but these are not critical gaps. Overall, it is complete enough for typical usage.

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 description coverage is 100%, so the baseline is 3. The description adds some conditional logic for the 'tab' parameter ('if specified') and the default behavior, but this largely mirrors the schema descriptions. It does not introduce significant new parameter semantics beyond what the schema already provides.

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 states 'Take a screenshot of a page' with a specific verb and resource, and immediately distinguishes the two capture modes (specific tab via CDP vs currently focused tab via IPC). This uniquely identifies the tool among siblings like list_tabs and navigate, which have different purposes.

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?

The description provides clear context for when to use each mode: 'If tab is specified' versus 'Otherwise captures the currently focused tab.' While it doesn't explicitly mention alternatives among sibling tools, there is no other screenshot tool, so usage guidance is effectively inherent. It lacks an explicit when-not-to-use statement but is otherwise informative.

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/afreakk/qutebrowser-mcp'

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