discord_send_embed
Send formatted embed messages to Discord channels with titles, descriptions, colors, and fields to organize and highlight information.
Instructions
Send a rich embed message to a Discord channel.
Args: channel: Channel ID or channel name title: Embed title description: Embed body text color: Embed color as decimal (e.g. 3447003 for blue) fields: List of field objects with name, value, and optional inline boolean content: Plain text to send alongside the embed guild_id: Server/guild ID. Required when channel is a name. Falls back to DISCORD_DEFAULT_GUILD_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| title | Yes | ||
| description | No | ||
| color | No | ||
| fields | No | ||
| content | No | ||
| guild_id | No |