Skip to main content
Glama

MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_add_multiple_reactions

Add multiple emoji reactions to a Discord message simultaneously using this MCP-Discord tool. Specify channel, message ID, and an array of emojis to streamline reaction management.

Instructions

Adds multiple emoji reactions to a Discord message at once

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojisYes
messageIdYes

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "emojis": { "items": { "type": "string" }, "type": "array" }, "messageId": { "type": "string" } }, "required": [ "channelId", "messageId", "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/jar285/mcp-discord'

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