Skip to main content
Glama
cappyeo

discord-mcp

app_emojis_list

Read-onlyIdempotent

List custom emojis registered to a Discord application, covering emojis usable in any guild. Supply the application ID to get emoji IDs, names, and animated flags.

Instructions

Purpose: List custom emojis registered against the application (per-app, not per-guild).

When to use:

  • Inspect app-level emojis usable from any guild the bot is in.

When NOT to use:

  • Guild-scoped emojis → use emojis_list_guild.

Returns: {emojis:[{id, name, animated}], count}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYesApplication owning the emojis

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds context beyond this by clarifying the app-level scope and stating the return shape ({emojis:[...], count}). No contradiction exists, and the added detail helps set expectations.

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?

The description is tightly structured with bold headers for Purpose, When to use, When NOT to use, and Returns. Every sentence earns its place, and it remains concise with no fluff.

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

Completeness5/5

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

For a simple read-only list tool with one parameter, explicit annotations, and an output schema, the description covers purpose, usage, scope distinction, and return format. It is fully sufficient for an agent to decide when and how to use it.

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?

With 100% schema description coverage and a clear parameter description ('Application owning the emojis'), the description doesn't need to add more. It does specify the return format in the description, but param semantics are already adequately handled by the schema.

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 uses a specific verb ('List') and resource ('custom emojis registered against the application'), and explicitly notes 'per-app, not per-guild', which distinguishes it from the sibling tool emojis_list_guild. This makes the purpose unmistakable.

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 'When to use' and 'When NOT to use' sections, with the alternative tool emojis_list_guild named for guild-scoped emojis. This gives the agent clear, actionable selection guidance.

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

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