Send message
send_messageSend messages to Discord channels with optional reply, embeds, and mention control. Preview before sending with dry run mode.
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 |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| embeds | No | Up to 10 embeds. | |
| silent | No | Send without triggering notifications. | |
| channel | Yes | Channel name or ID. | |
| content | Yes | Message text. | |
| dry_run | No | Preview without sending. | |
| mentions | No | Which mention types may ping. Default none. | |
| reply_to | No | Message ID to reply to. |