MCP-Discord

by barryyip0625
Verified

discord_add_reaction

Input Schema

NameRequiredDescriptionDefault
channelIdYes
emojiYes
messageIdYes

Input Schema (JSON Schema)

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