slack_get_reactions
Retrieve reactions for any Slack message by providing its channel ID and timestamp. Optionally include the full reaction list for each emoji.
Instructions
Get reactions for a specific Slack message.
Args: channel_id: Channel ID (starts with C, D, or G) timestamp: Message timestamp (e.g., 1234567890.123456) full: If true, return complete reaction list for each emoji
Returns: Message with its reactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| timestamp | Yes | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||