Naftiko · Capability
Figma Design System Context Capability
A capability that consumes Figma design system (files, components, tokens) and exposes the design-system context as REST + MCP tools so AI-assisted UI work in Copilot/Claude grounds against the actual brand library instead of hallucinating component names.
What You Can Do
GET
Get design system context
— Return components, component sets, styles, and local variables for a Figma file as a single design-system snapshot.
/design-system/{{file_key}}
MCP Tools
get-design-system-context
Fetch components, component sets, styles, and design tokens (local variables) for a Figma file so an agent can ground UI suggestions against the real brand library.
read-only
list-components
List all published components in a Figma file (name, key, description, containing_frame).
read-only
list-styles
List color, text, effect, and grid styles defined in a Figma file.
read-only
list-local-variables
List local variables (design tokens) defined in a Figma file. Requires Enterprise plan.
read-only