Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

get_screenshot

Capture a screenshot of any design node by ID to verify its layout and visual appearance. Increase scale to 2 for reading small text or inspecting fine details.

Instructions

Capture a screenshot of a specific node by ID. Returns the image as base64-encoded data. Images are automatically capped to fit API size limits. Defaults to 1x scale which is sufficient for verifying layout, spacing, and visual appearance. Use scale=2 only when you need to read small text or inspect fine visual details. Capture child nodes when needing higher resolution screenshots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoRender scale factor. 1 (default) for layout checks and general visual understanding. 2 for reading small text or inspecting fine details.
fileIdNoOptional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session.
nodeIdYesThe ID of the node to capture
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

No annotations exist, so the description carries the full burden. It discloses the base64 return format, automatic size capping, and the practical implication of scale choices. It does not mention potential failure modes or whether the capture is viewport-dependent, but the disclosed behavior is meaningful.

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?

Four sentences, no filler. The purpose is front-loaded, the output format follows, and the scale guidance is structured as a clear conditional. Every sentence earns its place.

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?

With no output schema, the description still conveys return type and size-limiting behavior. The fileId parameter is fully explained in the schema. Minor omissions like error cases and exact cap thresholds do not prevent correct invocation.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds real value by explaining when to use scale=1 vs scale=2 and the child-node workaround, which the schema does not fully convey.

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?

States a specific verb and resource ('Capture a screenshot of a specific node by ID') and describes the return format (base64-encoded data). This clearly differentiates it from sibling tools like export, get_fill_image, or get_jsx.

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?

Provides explicit guidance on when to use scale=1 vs scale=2, and advises capturing child nodes for higher resolution. It does not compare against alternative output tools, but the scale and node-capture guidance is concrete and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/vvmahesh0/paper-cdp-mcp'

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