get_section_screenshot
Capture isolated screenshots of specific sections within Figma frames for focused analysis. Identify sections first, then capture cropped images showing only the target area with optional transition context.
Instructions
Capture screenshot of a specific section within a frame.
HOW IT WORKS:
First call analyze_page_structure to identify sections
Makes other sections transparent (shows only target section)
Optionally includes transition elements context
Returns cropped image focused on section
Useful for parallel analysis of large frames
TYPICAL WORKFLOW:
analyze_page_structure → identify sections
get_section_screenshot(sectionId) → capture isolated section
get_frame_info with section context → implementation details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | Figma file key from URL | |
| page_name | Yes | Page name (partial match) | |
| frame_name | Yes | Frame name (partial match) | |
| section_id | Yes | Section ID from analyze_page_structure (e.g., 'section-0') | |
| include_transition_context | No | Include margin context for transition elements (default: true) | |
| scale | No | Image scale 1-4 (default: 2) |