get_reactions
Fetches prototype reactions for a given Figma node, listing each interaction trigger with its associated actions, such as navigate, open URL, or close.
Instructions
Return the prototype reactions on a node as { nodeId, reactions: [{ trigger, actions }] }. Each reaction pairs an interaction trigger (click, hover, timeout…) with its actions (navigate to node, open URL, back/close…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node id to read reactions from |