Skip to main content
Glama
Sept-7-Qi

BrowserPilot MCP

by Sept-7-Qi

take_screenshot

Capture PNG screenshots of the current page. Use fullPage to capture the entire page, or keep default for the visible viewport.

Instructions

Take a PNG screenshot of the current page. By default captures the visible viewport; with fullPage=true, uses CDP Page.getLayoutMetrics and Page.captureScreenshot to capture the full page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page/tab ID to use
fullPageNoWhen true, capture the full page using CDP Page.captureScreenshot; when false or omitted, capture the visible viewport.
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It mentions the use of CDP Page.getLayoutMetrics and Page.captureScreenshot for full-page capture, and explains the default viewport behavior. It could also state the return format (e.g., base64) but the core behaviors are disclosed.

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 extremely concise: two sentences, front-loaded with the primary purpose. It avoids redundancy and every clause adds value, explaining the default and full-page modes efficiently.

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?

For a simple screenshot tool, the description covers the main actions and behavioral nuances. It does not mention the return value format or whether the page must be active, but given the low complexity and helpful sibling context (e.g., ensure_active_tab), it is reasonably complete. A 4 reflects the minor gap around output specifics.

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 input schema already provides complete descriptions for both parameters (page and fullPage), including the key distinction for fullPage. The description essentially repeats the fullPage behavior but adds no new meaning beyond what the schema already specifies, so a baseline score of 3 is appropriate.

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 the tool's purpose: 'Take a PNG screenshot of the current page.' It specifies the output format (PNG) and the resource (current page). It also distinguishes between default viewport capture and full-page capture, which differentiates it from any potential siblings.

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 usage context by explaining the default behavior (visible viewport) and when to use fullPage=true. It does not explicitly mention alternatives or when not to use the tool, but the context is sufficient for straightforward usage.

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/Sept-7-Qi/BrowserPilot-MCP'

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