send_message
Send messages to Discord text channels or threads by specifying the channel ID, with support for content, embeds, replies, and TTS.
Instructions
Sends a message to a specified Discord text channel or thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tts | No | Whether this is a Text-to-Speech message. | |
| embeds | No | Optional embedded rich content objects. | |
| content | No | The message text content (up to 2000 characters). | |
| channel_id | Yes | The ID of the channel or thread to send to. | |
| reply_to_message_id | No | Optional message ID to reply to. |