mcp-discord

add_reaction

React to a specific message in a Discord channel using a custom or Unicode emoji. Input the channel ID, message ID, and emoji to apply the reaction.

Instructions

Add a reaction to a message

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel containing the message
emojiYesEmoji to react with (Unicode or custom emoji ID)
message_idYesMessage to react to

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "Channel containing the message", "type": "string" }, "emoji": { "description": "Emoji to react with (Unicode or custom emoji ID)", "type": "string" }, "message_id": { "description": "Message to react to", "type": "string" } }, "required": [ "channel_id", "message_id", "emoji" ], "type": "object" }
ID: wvwjgcnppa