MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_add_multiple_reactions

Add multiple emoji reactions to a Discord message simultaneously using this MCP-Discord tool. Specify channel, message ID, and an array of emojis to streamline reaction management.

Instructions

Adds multiple emoji reactions to a Discord message at once

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojisYes
messageIdYes

Input Schema (JSON Schema)

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