System Overview
Get a comprehensive overview of the design system in a Figma file.
Process
Identify the Figma file. The user should provide a file key or URL.
Fetch the design system summary:
- Call
figma_get_design_system_summaryto get counts and page structure - Call
figma_get_stylesto list all published styles - Call
figma_get_componentsto list all published components - Call
figma_get_variableswithexportFormat: "json"to get token structure
- Call
Compile the overview:
- File info: Name, last modified, page count
- Components: Total count, listed by name with descriptions
- Styles: Counts by type (fill, text, effect, grid), listed with names
- Tokens: Collection count, variable count by type (color, float, string, boolean), mode names
- Structure: Page names and what each page contains
Present the overview to the user in a clear, structured format.
Output
A structured design system overview presented to the user, useful for onboarding or auditing the design system state.