Skip to main content
Glama
DeamonDev888

discord-mcp-server

creer_embed

Create and send Discord embeds with customizable content, themes, images, buttons, and interactive elements to enhance server communication.

Instructions

🎯 ULTRA-INTUITIF - Créer un embed Discord en 3 étapes SIMPLES !

📋 ÉTAPE 1 (OBLIGATOIRE): • channelId: ID du canal Discord • title: Titre de l'embed • description: Texte principal

📚 ÉTAPE 2 (RECOMMANDÉ): • theme: basic | data_report | status_update | product_showcase | leaderboard | tech_announcement | social_feed | dashboard | noel | minimal

🎨 ÉTAPE 3 (OPTIONNEL): • image: Grande image (bas) • thumbnail: Petite image (haut-droite) • buttons: Boutons interactifs (max 5) • fields: Champs de données (max 10)

🖼️ IMAGES: 4 positions disponibles • authorIcon (haut-gauche) - PETITE (16x16px Discord) • thumbnail (haut-droite) - MOYENNE (80x80px Discord) • image (bas) - GRANDE (400x250px Discord) • footerIcon (bas-gauche) - PETITE (16x16px Discord)

💡 CONSEIL: Utilisez help=true pour afficher le guide interactif !

🚀 PHASE 1 ENHANCEMENT (automatique): • Cache local d'images • Fallback intelligent (URL invalide → Emoji) • Validation pré-exécution • Optimisation Discord

⚡ MENTIONS DISCORD - IMPORTANT: ❌ authorName/footerText NE supportent PAS les mentions ✅ description SUPPORTE les mentions (<@ID>, <@!ID>, <#ID>, <@&ID>) • Discord n'interprète PAS les mentions dans authorName/footerText • Utilisez description pour les mentions interactives (bleu, cliquable)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
helpNo🎯 Affiche le guide interactif complet avec exemples et conseils
channelIdYesID du canal Discord
titleNoTitre de l'embed (NE supporte PAS les mentions Discord)
descriptionNoDescription principale (SUPPORTE les mentions Discord: <@USER_ID>, <@!USER_ID>, <#CHANNEL_ID>, <@&ROLE_ID>)
colorNoCouleur en hex (#RRGGBB)
urlNoURL cliquable
thumbnailNoURL thumbnail (MOYENNE - en haut à droite de l'embed). Utilisez list_images({symbols: 'BTC'}) pour un logo crypto.
imageNoURL image (GRANDE - en bas de l'embed, pleine largeur). Utilisez list_images({symbols: ['BTC', 'ETH']}) pour plusieurs logos.
authorNameNo⚠️ NE supporte PAS les mentions Discord. Utilisez un simple texte comme 'Bot Name' ou 'System'. Pour mentionner un utilisateur, mettez la mention dans la DESCRIPTION.
authorUrlNoURL cliquable du nom de l'auteur
authorIconNoURL icône auteur (PETITE - en haut à gauche, à côté du nom). Utilisez list_images({symbols: 'AAPL'}) pour un logo d'entreprise.
footerTextNo⚠️ NE supporte PAS les mentions Discord. Utilisez un simple texte. Pour mentionner un utilisateur, mettez la mention dans la DESCRIPTION.
footerIconNoURL icône footer (PETITE - en bas à gauche, à côté du texte). Utilisez list_images({symbols: 'DISCORD'}) pour un logo de service.
fieldsNoChamps (supporte | Col1 | Col2 |)
timestampNoAjouter timestamp
contentNoMessage texte supplémentaire
autoTableNoAuto-formater les tableaux
paginationNoPagination pour longs contenus
variablesNoVariables personnalisées {var}
templateNameNoNom du template à utiliser
saveAsTemplateNoSauvegarder comme template
autoUpdateNoMise à jour automatique
buttonsNoBoutons intégrés dans l'embed avec actions configurables
selectMenusNoMenus de sélection intégrés dans l'embed avec actions configurables
progressBarsNoBarres de progression automatiques
gradientNoDégradé de couleurs
themeNoThème prédéfini (EXEMPLES À PERSONNALISER - voir EXEMPLES_THEMES_EMBED.md)
enableAnalyticsNoActiver le tracking analytics
chartsNoGraphiques intégrés (ASCII art)
adaptiveLinksNoLiens qui s'adaptent selon l'utilisateur
layoutNoSystème de mise en page
visualEffectsNoEffets visuels et animations
cryptoLogoNoRACCOURCI AUTO: Logo crypto depuis cryptologos.cc (évite d'utiliser list_images séparément). Remplace le paramètre d'image correspondant à la position.
cryptoListNoListe de cryptos avec logos
visualDesignNoOptions de design visuel
strictValidationNoValidation stricte 1024 chars
generateCodeNoGénère le code TypeScript complet au lieu d'envoyer l'embed sur Discord
includeHandlerNoInclut le code de gestion des boutons dans la génération (si generateCode=true)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes multiple behavioral traits: the three-step process (obligatory/recommended/optional), automatic Phase 1 enhancements (cache, fallback, validation), and crucial Discord mention behavior (what supports/doesn't support mentions). It doesn't cover rate limits, authentication needs, or error handling, but provides substantial operational context beyond basic functionality.

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

Conciseness2/5

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

The description is excessively long (over 500 words) with multiple sections, emojis, and formatting that doesn't efficiently convey essential information. While structured with steps and sections, it includes tangential details like image pixel dimensions and Phase 1 enhancement marketing language. A more concise, front-loaded description would better serve an AI agent needing to quickly understand the tool's core purpose and usage.

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?

Given the tool's high complexity (38 parameters, nested objects) and no output schema, the description provides substantial context about behavior and usage. However, it lacks information about return values, error conditions, or what happens after embed creation. The description covers many aspects but doesn't fully compensate for the absence of output schema and annotations for such a 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 description coverage is 100%, so the schema already documents all 38 parameters thoroughly. The description adds some semantic context by grouping parameters into three steps (channelId/title/description as obligatory, theme as recommended, image/thumbnail/buttons/fields as optional) and explaining image positions. However, it doesn't add significant meaning beyond what's already in the detailed schema descriptions, meeting the baseline for high schema coverage.

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's purpose: creating Discord embeds with a three-step process. It specifies the verb 'Créer' and resource 'embed Discord', distinguishing it from sibling tools like 'envoyer_message' (send message) or 'update_embed' (update existing embed). The title is null, so the description fully carries the purpose.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool (creating Discord embeds) and mentions using 'help=true' for interactive guidance. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the many sibling tools (e.g., 'envoyer_message' for simple messages, 'create_poll' for polls). The three-step structure implies a recommended usage flow but lacks explicit exclusions.

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