Skip to main content
Glama
cappyeo

discord-mcp

emojis_get

Read-onlyIdempotent

Fetch a guild emoji by ID to confirm it exists and inspect its role restrictions.

Instructions

Purpose: Fetch a single guild emoji by ID.

When to use:

  • Verify an emoji exists; inspect role-restriction list.

Returns: {id, name, animated, available, roles}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emoji_idYesEmoji to fetch
guild_idYesGuild owning the emoji

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=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the return shape and mentions the role-restriction list, giving useful behavioral context beyond 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 extremely concise with clear bold headings and a bullet list. Every sentence serves a purpose: purpose, when to use, and return format. No wasted words.

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 fetch tool with two well-documented parameters and an output schema, the description is complete. It even includes the return structure, which exceeds the minimum requirement.

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 descriptions cover both parameters with 100% coverage ('Emoji to fetch' and 'Guild owning the emoji'). The tool description adds no additional parameter detail, so the baseline of 3 applies.

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 'Fetch a single guild emoji by ID' with a specific verb and resource. It distinguishes from siblings like emojis_list_guild and app_emojis_get by specifying 'guild emoji' and 'by ID'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit 'When to use' scenarios: verify an emoji exists and inspect role-restriction list. It doesn't mention alternatives or exclusions, but the use cases are clear and actionable.

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