get_styles
Fetch all local styles (paint, text, effect, grid) from the Figma document. Returns each style's ID, name, type, and properties to apply or update styles.
Instructions
Get all local styles in the document (paint, text, effect, and grid). Returns each style's ID, name, type, and properties. Use the style ID with apply_style_to_node or update_paint_style. For design tokens (variables), use get_variable_defs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||