get_design_context
Extract design tokens, components, and layout constraints from a Penpot file to understand a brand's design system before generating UI.
Instructions
Extract compressed brand context from a Penpot file. Returns design tokens, components, pages, and layout constraints in a token-efficient format. Use this FIRST to understand the design system before generating any UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | Penpot file ID to extract brand context from | |
| format | No | Output format: 'compact' for LLM-optimized text, 'json' for structured data | compact |