Skip to main content
Glama
DeamonDev888

discord-mcp-server

update_embed

Modify existing Discord message embeds by updating titles, descriptions, colors, images, fields, and buttons. Supports Discord mentions in descriptions and applies predefined themes.

Instructions

Modifie un embed existant. Permet de changer le titre, description, couleur, les 4 positions d'images (authorIcon, thumbnail, image, footerIcon), d'ajouter/modifier des champs, et d'ajouter/modifier des boutons. Peut aussi appliquer un thème prédéfini.

⚡ MENTIONS DISCORD: title/authorName/footerText NE supportent PAS les mentions. description SUPPORTE les mentions (<@ID>, <@!ID>, <#ID>, <@&ID>).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelIdYesID du canal Discord
messageIdYesID du message contenant l'embed à modifier
embedIndexNoIndex de l'embed (défaut: 0)
titleNoNouveau titre (NE supporte PAS les mentions Discord)
descriptionNoNouvelle description (SUPPORTE les mentions Discord: <@USER_ID>, <@!USER_ID>, <#CHANNEL_ID>, <@&ROLE_ID>)
colorNoNouvelle couleur en hex (#RRGGBB)
urlNoNouvelle URL cliquable
authorNameNo⚠️ NE supporte PAS les mentions Discord. Utilisez un simple texte.
authorUrlNoNouvelle URL d'auteur
authorIconNoNouvelle icône d'auteur (PETITE - haut-gauche)
thumbnailNoNouvelle thumbnail (MOYENNE - haut-droite)
imageNoNouvelle image (GRANDE - bas)
footerTextNo⚠️ NE supporte PAS les mentions Discord. Utilisez un simple texte.
footerIconNoNouvelle icône footer (PETITE - bas-gauche)
fieldsNoNouveaux champs (remplace les existants si fourni)
appendFieldsNoAjoute des champs aux existants
clearFieldsNoSupprimer tous les champs existants
clearComponentsNoSupprimer tous les boutons existants
buttonsNoNouveaux boutons (remplace les existants si fourni)
selectMenusNoNouveaux menus de sélection (remplace les existants si fourni)
themeNoAppliquer un thème prédéfini
timestampNoAjouter/mettre à jour le timestamp
Behavior3/5

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

With no annotations provided, the description carries full burden. It does disclose important behavioral traits: the Discord mention support differences between title/authorName/footerText (no mentions) versus description (supports mentions). However, it doesn't address critical mutation behaviors like whether changes are reversible, what permissions are required, rate limits, or error conditions. The description adds value but leaves significant gaps for a mutation tool.

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 appropriately sized with two focused paragraphs. The first sentence clearly states the purpose, and subsequent sentences add specific capabilities and important constraints. The Discord mentions warning is front-loaded with an emoji for emphasis. While efficient, the second paragraph could be slightly more integrated with the first.

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

Completeness3/5

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

For a complex mutation tool with 22 parameters and no annotations or output schema, the description is moderately complete. It covers the tool's purpose and some behavioral constraints (mention support), but lacks critical context about mutation consequences, permissions, error handling, and response format. Given the complexity and absence of structured safety information, the description should provide more comprehensive guidance.

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 description coverage is 100%, so the schema already documents all 22 parameters thoroughly. The description adds minimal parameter semantics beyond the schema - it mentions the four image positions (authorIcon, thumbnail, image, footerIcon) and theme application, but these are already covered in the schema. The baseline of 3 is appropriate when the schema does the heavy lifting.

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 specific action ('Modifie un embed existant') and comprehensively lists the resources that can be modified (title, description, color, image positions, fields, buttons, and themes). It distinguishes itself from sibling tools like 'creer_embed' (create) and 'edit_message' (general message editing) by focusing specifically on embed modification.

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?

The description provides no guidance on when to use this tool versus alternatives like 'creer_embed' (for creating new embeds) or 'edit_message' (for non-embed message edits). It mentions applying predefined themes but doesn't explain when this is appropriate or what prerequisites exist for using 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/DeamonDev888/-Serveur-Discord-MCP'

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