brand_extract_figma
Extract brand identity from Figma files to obtain colors, typography, and logos with high accuracy. Use a two-phase workflow: plan mode provides instructions, ingest mode processes collected data.
Instructions
Extract brand identity from a Figma design file — colors, typography, and logo at higher accuracy than web extraction. Two-phase workflow: first call with mode='plan' to get instructions for which Figma MCP tools to call, then call with mode='ingest' to process the collected data. Figma-sourced values override web-extracted values. Use when the user has a Figma file URL or key. Returns merged identity data with high-confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | "plan" to get instructions, "ingest" to process Figma data | |
| figma_file_key | No | Figma file key (required for plan mode) | |
| variables | No | Figma variables (for ingest mode) | |
| styles | No | Figma text styles (for ingest mode) | |
| logo_svg | No | Raw SVG of logo component (for ingest mode) |