Slack MCP Server

MIT License
7,932
40,097
  • Apple

slack_add_reaction

React to Slack messages using emojis by specifying the channel ID, message timestamp, and reaction name.

Instructions

Add a reaction emoji to a message

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel containing the message
reactionYesThe name of the emoji reaction (without ::)
timestampYesThe timestamp of the message to react to

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel containing the message", "type": "string" }, "reaction": { "description": "The name of the emoji reaction (without ::)", "type": "string" }, "timestamp": { "description": "The timestamp of the message to react to", "type": "string" } }, "required": [ "channel_id", "timestamp", "reaction" ], "type": "object" }

You must be authenticated.

Other Tools from Slack MCP Server

Related Tools

ID: zcfm7oczkc