discover_props
Find unique values of specified properties within a Figma node subtree. Use to audit design consistency or discover patterns across elements.
Instructions
Discover unique property values in a subtree.
Examples: discover_props({node: "1:2", props: ["fillColor", "fontSize"]})
Searchable properties: fillColor, textColor, strokeColor, strokeWeight, opacity, cornerRadius, gap, fontSize, fontFamily, fontWeight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Target node ID (e.g. "1:2") | |
| props | Yes | Properties to discover |