Skip to main content
Glama
cappyeo

discord-mcp

app_emojis_create

Upload a custom emoji for a Discord application (bot) that works across all servers. Use it to register an app-scoped emoji independent of any guild.

Instructions

Purpose: Upload a new application-scoped custom emoji.

When to use:

  • Register an emoji available wherever the bot is - independent of guild.

When NOT to use:

  • Guild-only emoji → use emojis_create.

Example: {application_id:"…", name:"spark", image:"data:image/png;base64,…"}

Returns: {id, name, animated}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesEmoji name (2-32 chars)
imageYesEmoji image as a base64 data URI (e.g. "data:image/png;base64,…")
application_idYesApplication to attach the emoji to

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description confirms a creation operation ("Upload a new") consistent with readOnlyHint=false. It adds the application-scoped vs. guild-scoped distinction and specifies the return shape `{id, name, animated}`. While annotations cover safety hints, this description adds useful behavioral context beyond them.

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, using clear sections for purpose, when to use, when not to use, example, and returns. Every sentence provides essential information without 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 create tool with three parameters, the description covers purpose, usage scenarios, an example, and return values. The annotations handle the safety profile, so the description is complete enough for an agent to select and invoke this tool correctly.

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% with good descriptions for all three parameters. The description adds a concrete example (`{application_id:"…", name:"spark", image:"data:image/png;base64,…"}`) that illustrates parameter relationships and expected formats, slightly exceeding schema-only semantics.

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 states a specific verb+resource combination: "Upload a new application-scoped custom emoji." It clearly distinguishes from sibling tools like `emojis_create` (guild-scoped) and other app_emojis operations (list/get/modify/delete).

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?

Explicit when-to-use guidance is provided: "Register an emoji available wherever the bot is - independent of guild." It also includes a clear when-not-to-use with a direct alternative: "Guild-only emoji → use `emojis_create`." This fully satisfies the dimension.

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