save_screenshots
Export screenshots for multiple Figma nodes and write them to local files. Returns file metadata (path, size, dimensions).
Instructions
Export screenshots for multiple nodes and write them to the local filesystem. Returns file metadata (path, size, dimensions) — no base64 in the response. Use get_screenshot instead when you need the image data in memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of {nodeId, outputPath, format?, scale?} objects | |
| scale | No | Default export scale for raster formats (default 2) | |
| format | No | Default export format: PNG (default), SVG, JPG, or PDF |