figma_read_variable_values
Read resolved values of all local Figma variables to extract design token names, types, hex colors, and numeric values. Ideal for generating DESIGN.md, exporting to Tailwind, or detecting drift between design and code.
Instructions
Read the resolved values of all local variables in the current Figma file. Returns variable names, types, resolved hex values (for colors), and numeric values (for spacing/radius). Use this to extract DS token values for DESIGN.md generation, Tailwind export, or drift detection. Must be run in the library file (where variables are local) for full results. In consumer files, use discover_library_variables instead (returns keys/names but not values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||