Skip to main content
Glama

Discord MCP Server

discord_remove_reaction

Remove a specific reaction from a Discord message by specifying the channel ID, message ID, emoji, and optionally the user ID. Use this tool to manage reactions effectively through Discord's API.

Instructions

Remove a reaction from a message

Input Schema

NameRequiredDescriptionDefault
channelIdYesThe Discord channel ID
emojiYesEmoji to remove (Unicode or custom emoji format)
messageIdYesThe message ID to remove reaction from
userIdNoUser ID to remove reaction from (defaults to self)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "description": "The Discord channel ID", "type": "string" }, "emoji": { "description": "Emoji to remove (Unicode or custom emoji format)", "type": "string" }, "messageId": { "description": "The message ID to remove reaction from", "type": "string" }, "userId": { "description": "User ID to remove reaction from (defaults to self)", "type": "string" } }, "required": [ "channelId", "messageId", "emoji" ], "type": "object" }

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/RossH121/discord-mcp'

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