Send message
send_messageSend a message to a Discord channel with optional embeds, replies, or silent delivery. Supports previewing without sending to verify content.
Instructions
Send a message to a channel, optionally as a reply or with embeds. For a private message to one person use send_dm; to post under a custom name and avatar use send_webhook_message; to send later use schedule_message. Mentions are suppressed by default; raise the mentions mode only deliberately. Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| content | Yes | Message text. | |
| reply_to | No | Message ID to reply to. | |
| mentions | No | Which mention types may ping. Default none. | |
| silent | No | Send without triggering notifications. | |
| embeds | No | Up to 10 embeds. | |
| dry_run | No | Preview without sending. |