send_message
Send text messages to Discord channels by specifying server, channel, and content parameters. Use this tool to communicate within Discord servers programmatically.
Instructions
Send a message to a channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes | The ID of the server (guild) | |
| channelId | Yes | The ID of the channel | |
| content | Yes | The message content | |
| replyToMessageId | No | ID of message to reply to |