figma_get_node_props
Retrieve component properties and text layers from a Figma node. Use this to discover valid property names before setting component text or to verify design system text styles in Phase 5 validation.
Instructions
Get the component properties and all text layers of a node. Call this before figma_set_component_text to discover valid property names. Also useful for Phase 5 validation — verify DS text styles are applied. Returns: { type, name, componentProperties: [{key, type, value}], textLayers: [{id, name, chars}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes |