Skip to main content
Glama

Discord MCP Server

discord_add_reaction

React to a specific message in a Discord channel using a designated emoji by providing the channel ID, message ID, and emoji in the required format. Simplify interaction automation within Discord.

Instructions

Add a reaction to a message

Input Schema

NameRequiredDescriptionDefault
channelIdYesThe Discord channel ID
emojiYesEmoji to react with (Unicode or custom emoji format)
messageIdYesThe message ID to react to

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 react with (Unicode or custom emoji format)", "type": "string" }, "messageId": { "description": "The message ID to react to", "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/GustyCube/discord-mcp'

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