List Reactions
reaction_listExtract prototype reactions from Figma nodes to generate connection parameters.
Instructions
Read prototype reactions from one or more nodes. Process the output with the reaction_to_connector_strategy prompt to build create_connection parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | Array of node IDs to get reactions from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | List of node entries with their reactions | |
| nodesCount | No | Number of inspected nodes | |
| nodesWithReactions | No | Number of nodes found that have reactions |