Skip to main content
Glama

mcp-discord

by hanweg

add_multiple_reactions

Bulk add multiple emoji reactions to a specific Discord message by specifying channel ID, message ID, and emoji list for streamlined interaction. Facilitates quick and organized feedback or engagement in Discord channels. Integrates with MCP server for Discord functionality.

Instructions

Add multiple reactions to a message

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel containing the message
emojisYesList of emojis to add as reactions
message_idYesMessage to react to

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "Channel containing the message", "type": "string" }, "emojis": { "description": "List of emojis to add as reactions", "items": { "description": "Emoji to react with (Unicode or custom emoji ID)", "type": "string" }, "type": "array" }, "message_id": { "description": "Message to react to", "type": "string" } }, "required": [ "channel_id", "message_id", "emojis" ], "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/hanweg/mcp-discord'

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