get_full_page_context
Retrieve complete Figma page data including sections, screenshots, assets, and design tokens in a single API call for efficient multi-agent implementation workflows.
Instructions
Get complete page context in ONE call with all sections, assets, screenshots, and styles.
WHAT YOU GET IN ONE CALL:
Complete page structure with all sections identified
Screenshots for each section (base64 encoded)
All assets organized by section with unique names
Design tokens per section
Asset map for quick lookup
Agent instructions ready for parallel implementation
Transition elements that span multiple sections
PERFECT FOR:
Getting full context before implementation
Preparing data for parallel multi-agent work
Quick assessment of page complexity
One-call solution for complete page understanding
RETURNS:
overview: Frame metadata and recommendations
sections: Array with all section details including screenshots
assetMap: Quick lookup table for assets by unique name
agentInstructions: Pre-written instructions for each agent
transitionElements: Elements spanning multiple sections
TYPICAL WORKFLOW:
get_full_page_context → get everything at once
Distribute sections to multiple agents using agentInstructions
Each agent implements their section with all necessary context
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) | |
| scale | No | Screenshot scale 1-4 (default: 2) |