get_screenshot
Capture visual references of Figma frames as screenshots after analyzing the design structure. Use to obtain base64 images of frames, with automatic tiling for large designs and adjustable resolution scaling.
Instructions
Capture screenshot of a frame.
WARNING: Do NOT use screenshots as the first step! Always call get_frame_info first to understand the structure. Screenshots are for visual reference AFTER you understand the tree.
HOW IT WORKS:
For large frames, automatically segments into tiles
Returns base64 image(s)
Scale 1-4 controls resolution
TYPICAL WORKFLOW:
list_frames → find frame
get_frame_info → structure details
get_screenshot → visual reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | Figma file key | |
| page_name | Yes | Page name (partial match) | |
| frame_name | Yes | Frame name (partial match) | |
| scale | No | Scale 1-4 (default: 2) | |
| max_dimension | No | Max px before segmenting (default: 4096) |