web_screenshot
Screenshot the DESKTOP grid browser page (by pageId), as base64 PNG. Not a device — for a phone or tablet screen use webpage_screenshot (by udid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page ID from web_navigate |
Screenshot the DESKTOP grid browser page (by pageId), as base64 PNG. Not a device — for a phone or tablet screen use webpage_screenshot (by udid).
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page ID from web_navigate |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the burden. It discloses the output format (base64 PNG), the target scope (desktop grid browser page), and the non-device nature. It doesn't cover error behavior or potential side effects, but for a screenshot operation the key behavioral facts are provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences deliver the action, target, output format, and exclusion. Every phrase carries information and the critical scoping constraint is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter screenshot tool with full schema coverage and no output schema, the description supplies all necessary selection and invocation context, including output encoding and the key sibling distinction. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with pageId already documented as 'Page ID from web_navigate'. The description adds no new semantic nuance beyond 'by pageId', so baseline 3 applies per coverage guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a precise verb ('Screenshot'), a specific resource (DESKTOP grid browser page), and the identifier type (pageId). It also differentiates from the sibling tool by explicitly disqualifying device-level screenshots, so an agent can select this tool without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description explicitly says when not to use it ('Not a device') and names the alternative ('webpage_screenshot (by udid)') for phone/tablet screens. This gives clear routing guidance and leaves no inference required.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.