MCP-Discord

by barryyip0625
Verified

discord_send

Input Schema

NameRequiredDescriptionDefault
channelIdYes
messageYes

Input Schema (JSON Schema)

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