Skip to main content
Glama

discord_send_dm_embed

Send a rich embed privately to a Discord user. Supports title, description, fields, author, footer, and images.

Instructions

Send a rich embed as a private direct message to a user. Use discord_send_dm for plain text, or discord_send_embed to post an embed in a channel. Requires the bot to share a server with the user, and the user must allow DMs from server members. Returns the new message ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesDiscord user ID (snowflake) of the DM recipient.
contentNoOptional plain text shown above the embed.
titleNoEmbed title shown in bold at the top.
urlNoURL that makes the title clickable.
descriptionNoMain body text of the embed (supports Markdown).
colorNoSide-bar color as a hex string, e.g. '#5865F2'.
fieldsNoUp to 25 name/value field blocks. Set inline:true on a field to render it side-by-side with adjacent inline fields (up to 3 per row).
authorNoAuthor block shown at the top of the embed.
thumbnail_urlNoSmall image shown in the top-right corner.
footerNoFooter text shown at the bottom of the embed.
image_urlNoLarge image shown below the embed body.
timestampNoIf true, stamp the embed with the current time.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate write operation (readOnlyHint=false) and non-destructive mutation. The description adds the requirement that the bot shares a server and the user allows DMs, and states it returns a message ID. However, it could mention that sending a DM may create a DM channel, or that the embed can contain up to 25 fields (though schema covers this). Still, it adds meaningful context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences: first states purpose, second gives usage alternatives, third lists prerequisites and return value. Every sentence adds value with no repetition or fluff. Front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 12 parameters fully described in schema and the absence of output schema, the description covers essentials: purpose, alternatives, prerequisites, return value. It could include a mention of embed limitations (e.g., field count) but schema already handles that. Overall complete for complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with detailed descriptions for all 12 parameters. The description adds no additional parameter-level information beyond what's in the schema. Baseline score of 3 is appropriate as the schema already documents semantics fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sends a rich embed as a private DM to a user. It explicitly distinguishes from sibling tools: discord_send_dm for plain text DMs and discord_send_embed for channel embeds. The verb-resource pairing is precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool versus alternatives ('Use discord_send_dm for plain text, or discord_send_embed to post an embed in a channel'). It also lists prerequisites for usage: shared server and user DM settings. This fully addresses when and when not to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PaSympa/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server