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
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Render scale factor. 1 (default) for layout checks and general visual understanding. 2 for reading small text or inspecting fine details. | |
| fileId | No | Optional. 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. | |
| nodeId | Yes | The ID of the node to capture |