Skip to main content
Glama

mcp-discord

by hanweg

remove_reaction

Remove a specific reaction from a message in a Discord channel by specifying the channel ID, message ID, and emoji.

Instructions

Remove a reaction from a message

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel containing the message
emojiYesEmoji to remove (Unicode or custom emoji ID)
message_idYesMessage to remove reaction from

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from mcp-discord

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-discord'

If you have feedback or need assistance with the MCP directory API, please join our Discord server