figma_list_ds
List cached design system text styles, fill styles, or variables to find IDs needed for creating or updating Figma nodes.
Instructions
Lists cached DS assets from the local cache — text styles, fill (color) styles, or variables. Use to browse what mimic_discover_ds already cached before binding: find a textStyleId for figma_create_text, a fillStyleId for figma_create_shape, or a variable path for figma_update_node. Params: kind ("text_styles"|"fill_styles"|"variables", required), filter (keyword, fill_styles only), category (text|background|border|foreground|spacing|radius, variables only). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which cache to list. | |
| filter | No | Optional keyword filter on the style name. Only used with kind="fill_styles" (e.g. "Blue", "Gray", "Red"). | |
| category | No | Optional category filter. Only used with kind="variables" (text, background, border, foreground, spacing, radius). Omit for all. |