Skip to main content
Glama

MCP-Discord

discord_add_reaction

React to a specific Discord message with an emoji by providing the channel ID, message ID, and emoji identifier. Simplifies emoji interaction in Discord via MCP-Discord server.

Instructions

Adds an emoji reaction to a specific Discord message

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojiYes
messageIdYes

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "emoji": { "type": "string" }, "messageId": { "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/barryyip0625/mcp-discord'

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