Skip to main content
Glama

discord_embed

Send rich embed messages to Discord. Customize with title, description, color, fields, footer, thumbnail, image, author, and URL.

Instructions

Send a rich embed message to Discord with title, description, color, fields, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoThe embed title
descriptionNoThe main embed description/content
colorNoEmbed color as integer (e.g., 0xFF0000 for red). Default: Discord blurple
fieldsNoArray of field objects with 'name', 'value', and optional 'inline' (boolean)
footerNoFooter text
thumbnail_urlNoURL for thumbnail image (small, top-right)
image_urlNoURL for main embed image (large, bottom)
author_nameNoAuthor name shown at top of embed
urlNoURL that the title links to
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. It only states the action without disclosing limits, authentication needs, error behavior, or response format.

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

Conciseness4/5

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

The description is one sentence, concise at 14 words, and front-loads the purpose. It could be slightly expanded without losing conciseness.

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

Completeness2/5

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

For a tool with 9 optional parameters and no output schema, the description lacks context about default values, constraints, or expected behavior. Incomplete for practical use.

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 coverage is 100% with descriptive parameter names and descriptions. The description adds a high-level listing of parameters but no additional semantic value beyond the schema.

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

Purpose4/5

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

The description clearly states the verb (send), the resource (rich embed message to Discord), and lists key components (title, description, color, fields). It distinguishes from sibling tools like discord_ask and discord_send_file, though not explicitly.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as discord_notify or discord_ask. No when/when-not instructions provided.

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/zebbern/discord-mcp-agent'

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