List Reactions
reaction_listRead prototype reactions from Figma nodes and extract reaction data to build connection parameters for creating connections.
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 |
|---|---|---|---|
| nodesCount | No | Number of inspected nodes | |
| nodesWithReactions | No | Number of nodes found that have reactions | |
| nodes | No | List of node entries with their reactions |