MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_add_reaction

Automate emoji reactions on Discord messages by specifying the channel ID, message ID, and desired emoji. Integrates with MCP-Discord server for streamlined Discord interactions.

Instructions

Adds an emoji reaction to a specific Discord message

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojiYes
messageIdYes

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "emoji": { "type": "string" }, "messageId": { "type": "string" } }, "required": [ "channelId", "messageId", "emoji" ], "type": "object" }
ID: 4k20oqxijs