Skip to main content
Glama
DeamonDev888

discord-mcp-server

list_images

Retrieve image URLs for Discord embeds from multiple sources including Unsplash HD photos, cryptocurrency logos, and themed categories like cyberpunk or anime.

Instructions

🖼️ Liste/Récupère les URLs d'images pour les embeds Discord

🎯 MODE AUTO (recommandé): Détecte automatiquement la meilleure source
• Cyberpunk/Anime/Nature → Vraies photos Unsplash HD thématiques
• Symboles (BTC, AAPL) → Logos de la base locale
• Categories classiques → Logos statiques

📚 SOURCES DISPONIBLES:
• Logos: Coingecko (crypto), SimpleIcons (entreprises), base locale (services)
• Photos HD: Unsplash (cyberpunk, anime, nature, esport, devops)
• Photos aléatoires: Picsum Photos (avec seed pour la reproductibilité)
• GIFs stylisés: Picsum avec blur (effets visuels)

đź’ˇ EXEMPLES D'USAGE:
• Mode AUTO (recommandé):
  - list_images({category: "cyberpunk"}) → Vraies photos cyberpunk Unsplash
  - list_images({symbols: "BTC"}) → Logo Bitcoin
  - list_images({category: "crypto", limit: 10}) → Top 10 cryptos

• Mode REAL (vraies photos thématiques):
  - list_images({category: "cyberpunk", mode: "real"}) → Photos cyberpunk HD
  - list_images({category: "anime_images", mode: "real"}) → Photos anime/style japonais
  - list_images({category: "nature", mode: "real"}) → Photos nature/paysages

• Mode LOGO (logos statiques):
  - list_images({symbols: "BTC", mode: "logo"}) → Logo Bitcoin Coingecko
  - list_images({symbols: "AAPL", mode: "logo"}) → Logo Apple SimpleIcons

• Mode PHOTO (photos aléatoires Picsum):
  - list_images({symbols: "BTC", mode: "photo"}) → Photo aléatoire avec seed BTC
  - list_images({category: "crypto", mode: "photo", limit: 5}) → 5 photos aléatoires

• Mode GIF (effets stylisés):
  - list_images({symbols: "BTC", mode: "gif"}) → Image avec blur (effet GIF)

🏷️ CATÉGORIES THÉMATIQUES (photos Unsplash HD):
• cyberpunk - Villes futuristes, néon, cyber-culture
• anime_images - Style japonais, action, fantasy
• nature - Paysages, montagnes, forêts
• esport_images - Gaming, compétition, setup
• devops_images - Infrastructure, cloud, code
• real_images - Toutes les photos Unsplash

🔍 RECHERCHE:
• list_images({search: "bitcoin"}) → Recherche par nom
• list_images({category: "cyberpunk", search: "neon"}) → Filtre les résultats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsNoSymbole(s) à rechercher (ex: "BTC" ou ["BTC", "ETH", "AAPL"]). Si vide, liste tous les logos de la catégorie.
categoryNoCatégorie de logos ou imagesall
sectorNoSecteur (pour companies uniquement)all
subcategoryNoSous-catégorie (pour crypto et services)all
searchNoRecherche personnalisée pour photos (ex: "cybertruck desert")
formatNoFormat de sortiediscord
limitNoNombre maximum d'images à retourner (Picsum = illimité)
modeNoauto = détecte automatiquement (recommandé), logo = logos classiques (base locale), photo = images HD (Picsum), gif = images stylisées avec blur (Picsum), real = vraies images Unsplash thématiques (cyberpunk, anime, etc.)auto
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 key behaviors: the tool retrieves image URLs (not modifies data), supports multiple sources (Unsplash, Picsum, local logos), and includes details like 'Picsum = illimité' for limit handling. However, it lacks information on error handling, rate limits, or authentication needs, which are important for a tool with diverse external sources.

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

Conciseness3/5

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

The description is front-loaded with a clear purpose and recommended mode, but it is overly verbose with extensive examples, thematic lists, and emojis that add visual clutter. While informative, the length (multiple sections like 'EXEMPLES D'USAGE', 'CATÉGORIES THÉMATIQUES') reduces conciseness, making it harder to scan quickly. Some sentences could be condensed without losing clarity.

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 tool's complexity (8 parameters, no annotations, no output schema), the description is mostly complete. It covers purpose, usage modes, parameter interactions, and examples, which helps the agent understand how to invoke it. However, it lacks details on output format (beyond 'URLs d'images'), error cases, or performance considerations, leaving some gaps for a tool with multiple external sources and modes.

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

Parameters4/5

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

The schema description coverage is 100%, so the baseline is 3. The description adds significant value by explaining parameter semantics beyond the schema: it clarifies how 'mode' affects source selection (e.g., 'auto = détecte automatiquement'), provides thematic context for 'category' values (e.g., 'cyberpunk - Villes futuristes, néon'), and gives usage examples that illustrate parameter combinations. This compensates well, though it doesn't cover all parameters equally (e.g., 'sector' is less detailed).

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: 'Liste/Récupère les URLs d'images pour les embeds Discord' (List/Retrieve image URLs for Discord embeds). It specifies the verb ('list/retrieve'), resource ('image URLs'), and context ('for Discord embeds'), distinguishing it from sibling tools that manage channels, roles, messages, etc., which are unrelated to image retrieval.

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 different modes: 'MODE AUTO (recommandé)' for automatic source detection, with detailed examples for AUTO, REAL, LOGO, PHOTO, and GIF modes. It explains what each mode does (e.g., 'Mode REAL (vraies photos thématiques)' for real thematic photos) and includes usage examples, helping the agent choose the right mode based on the desired outcome.

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