react_to_message
React to iMessages with emoji reactions (❤️, 👍, 👎, 😂, ‼️, ❓). Confirms the reaction before sending to ensure accuracy.
Instructions
React to a message with an emoji (❤️, 👍, 👎, 😂, ‼️, ❓). IMPORTANT: Always show the user which message and reaction before sending, and get explicit confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to true to actually send the reaction. This forces explicit confirmation. | |
| reaction | Yes | Reaction emoji: love (❤️), like (👍), dislike (👎), laugh (😂), emphasize (‼️), question (❓) | |
| message_id | Yes | The message ID to react to (from conversation results) |