MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_remove_reaction

Remove a specific emoji reaction from a Discord message by specifying the channel ID, message ID, and emoji. Enabled by the MCP-Discord server for efficient Discord interaction.

Instructions

Removes a specific emoji reaction from a Discord message

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojiYes
messageIdYes
userIdNo

Input Schema (JSON Schema)

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