Skip to main content
Glama
cappyeo

discord-mcp

emojis_delete

DestructiveIdempotent

Permanently delete a custom guild emoji from Discord. This destructive action requires confirmation and cannot be undone.

Instructions

Purpose: Delete a custom guild emoji. DESTRUCTIVE - IRREVERSIBLE.

When to use:

  • Retire a stale or off-brand emoji.

When NOT to use:

  • Application emoji → use app_emojis_delete.

Returns: {deleted, guild_id, emoji_id}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emoji_idYesEmoji to delete
guild_idYesGuild owning the emoji
__confirmNoSet true to authorize this destructive operation. Also requires the server to run with MCP_DRY_RUN=false; otherwise a DRY_RUN_PREVIEW is returned.
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the annotations (destructiveHint=true), the description adds critical behavior: 'DESTRUCTIVE - IRREVERSIBLE', the need for `__confirm:true` and `MCP_DRY_RUN=false` to actually delete, and the returned object shape. This attributes beyond what annotations provide, especially the dry-run interaction, which is not in the annotations.

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 compact and well-structured with bold headers, bullet points, and a direct return statement. Every sentence serves a purpose, with no redundant filler. It is appropriately sized for the complexity of a destructive delete tool.

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 destructive operation with annotations already covering safety flags, this description is complete: it explains purpose, when to use, when not to use (with alternative), the confirmation/dry-run requirements, and the return value. The presence of an output schema reduces need to explain returns in detail, and the description handles the crucial behavioral nuances.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning by explaining the `__confirm` parameter's role in authorizing the destructive operation and tying it to the server's `MCP_DRY_RUN` flag, going beyond the schema's parameter descriptions. It doesn't detail every parameter, but the schema already does.

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 'Delete a custom guild emoji' with a specific verb and resource, and distinguishes from the sibling `app_emojis_delete` by explicitly mentioning application emoji use that tool. This makes the purpose unambiguous and differentiated.

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?

Provides explicit 'When to use' (retire stale/off-brand emoji) and 'When NOT to use' (application emoji → use app_emojis_delete), naming the alternative tool. It also includes the required confirmation and dry-run conditions, giving clear guidance on when and how to invoke.

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