mcp-discord

send_message

Send a message to a specific channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesDiscord channel ID
contentYesMessage content

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "Discord channel ID", "type": "string" }, "content": { "description": "Message content", "type": "string" } }, "required": [ "channel_id", "content" ], "type": "object" }