discord_send_message
Send messages to Discord channels with optional attachments, including files, text-to-speech, and replies, using the MCP server for streamlined communication.
Instructions
Send a message to a Discord channel, optionally with up to 10 files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The Discord channel ID | |
content | No | Message content (max 2000 characters) | |
files | No | Files to attach to the message | |
replyTo | No | Message ID to reply to | |
tts | No | Send as text-to-speech message |