pull_design_system
Pull design tokens, components, and styles from Figma into local registry for code integration. Use when starting design-related sessions or after Figma updates.
Instructions
Pull the full design system from Figma into the local registry (tokens, components, styles).
Prerequisites: Figma bridge must be running and a plugin must be connected. Start with memi connect or memi daemon start if not already connected. Check bridge status first with check_bridge_health.
Returns on success: { tokens: number, components: number, styles: number, lastSync: ISO timestamp }
Error behavior: Throws "Figma not connected" if no plugin is connected. Network timeouts surface as bridge errors.
Use this tool: at the start of any session that touches design tokens or component styles, or after a designer has made changes in Figma that need to be reflected in code. After pulling, use get_tokens to inspect specific token values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||