Skip to main content
Glama
cappyeo

discord-mcp

app_emojis_modify

Idempotent

Rename a Discord application emoji by specifying its ID and a new 2-32 character name. Omit the application ID to modify an emoji owned by the authenticated bot.

Instructions

Purpose: Rename an application emoji.

When to use:

  • Update the public-facing name of an app emoji.

  • Omit application_id to modify an emoji owned by the authenticated bot application.

When NOT to use:

  • Replacing image bytes - Discord does not allow editing emoji bytes; create and verify a replacement with app_emojis_create, then remove the old one with confirmation via app_emojis_delete.

Returns: {id, name, animated}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew emoji name (2-32 ASCII letters, digits, or underscores)
emoji_idYesEmoji to modify
application_idNoApplication owning the emoji (omit to use the authenticated bot application)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish write, non-destructive, idempotent behavior; the description adds the key constraint that emoji image bytes cannot be edited and outlines the replacement workflow. It also states the return shape. It does not cover edge cases like rate limits or permission requirements, but annotations cover the main safety profile.

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 organized into Purpose, When to use, When NOT to use, and Returns sections with no filler. Every sentence contributes routing or behavioral information.

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?

For a tool with full schema coverage, an output schema, and rich annotations, the description provides the necessary operation scope, the main limitation (no byte editing), and the replacement path. It is sufficient for an agent to call the tool correctly, though it does not discuss authorization or error conditions.

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?

The schema covers 100% of parameters with descriptions and validation patterns. The description adds no significant parameter semantics beyond the schema; it restates the `application_id` default behavior already present in the schema. Baseline 3 is appropriate.

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 opens with a clear verb+resource: 'Rename an application emoji.' This distinguishes it from the guild-oriented sibling `emojis_modify` and identifies the exact operation in one sentence.

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?

It provides explicit 'When to use' bullets, including the optional `application_id` behavior, and a 'When NOT to use' bullet that names `app_emojis_create` and `app_emojis_delete` as alternatives for byte replacement. An agent can route correctly without inference.

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