MCP-Discord

by barryyip0625
Verified

discord_add_multiple_reactions

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojisYes
messageIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "type": "string" }, "emojis": { "items": { "type": "string" }, "type": "array" }, "messageId": { "type": "string" } }, "required": [ "channelId", "messageId", "emojis" ], "type": "object" }
ID: 2bqg6lmefv