get_screenshot
Export Figma nodes as base64 images in PNG, JPG, or SVG format. Automatically recovers off-canvas or clipped nodes at their intrinsic bounds.
Instructions
Export nodes as base64 images: { images: [{ nodeId, format, base64, recovered?, empty? }] }. format is PNG (default) / JPG / SVG; scale applies to raster formats (default 1). base64 is null for missing or non-exportable nodes. Nodes that are fully clipped or off-canvas (carousels, masks, off-screen states) are auto-recovered at their intrinsic bounds and flagged recovered:true. empty:true means the node genuinely renders nothing even unclipped (hidden / no content) so the export is blank.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Raster scale factor (PNG/JPG), default 1 | |
| format | No | Export format: PNG (default) / JPG / SVG | |
| nodeIds | Yes | Figma node ids to export |