figma_context_parser
Extract design tokens from Figma files and map to Tailwind CSS utilities, updating the shared design context.
Instructions
Read Figma file nodes, extract design tokens, and map them to Tailwind CSS utilities. Updates the shared design context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | Figma file key (from the URL: figma.com/file/<file_key>/...) | |
| node_ids | No | Specific node IDs to parse. If omitted, parses the entire file. |