Skip to main content
Glama
cappyeo

discord-mcp

app_emojis_delete

DestructiveIdempotent

Delete an application emoji permanently from Discord. Use when retiring an obsolete app emoji; requires confirmation and MCP_DRY_RUN=false to complete.

Instructions

Purpose: Delete an application emoji. DESTRUCTIVE - IRREVERSIBLE.

When to use:

  • Retire an obsolete app emoji.

  • Omit application_id to delete from the authenticated bot application.

When NOT to use:

  • Guild emoji → use emojis_delete.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emoji_idYesEmoji to delete
__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.
application_idNoApplication owning the emoji (omit to use the authenticated bot application)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Beyond annotations, the description discloses that deletion is irreversible, requires __confirm:true, depends on MCP_DRY_RUN=false, and returns the deleted object. This gives the agent the operational safety context needed to invoke destructive behavior correctly.

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 well-structured with bolded section headers and bullet points, making it scannable. Every sentence serves a purpose, and the critical destructive warning is front-loaded.

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 3-parameter tool with output schema, annotations, and sibling context, the description covers purpose, usage boundaries, confirmation flow, and return shape. Nothing essential is missing for an agent to call it correctly.

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 parameters. The description adds useful context about omitting application_id to target the authenticated bot application and reiterates the confirmation requirement, but it does not need to add much more.

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?

Description opens with a specific verb and resource: 'Delete an application emoji.' It distinguishes itself from the sibling tool emojis_delete by explicitly scoping to application emoji versus guild emoji. The destructive nature is highlighted immediately.

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' and 'When NOT to use' sections. Names the alternative tool emojis_delete for guild emoji, which removes ambiguity for an agent selecting the correct endpoint.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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