Skip to main content
Glama
cappyeo

discord-mcp

reactions_delete_own

Idempotent

Remove the bot's own reaction from a Discord message to roll back mistakes or clean up after polls.

Instructions

Purpose: Remove the bot's own reaction from a message.

When to use:

  • Roll back an erroneous reaction; clean up after a poll closes.

When NOT to use:

  • Removing another user's reaction → use reactions_delete_user.

  • Clearing all reactions → use reactions_delete_all.

Returns: {deleted, channel_id, message_id, emoji}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiYesUnicode emoji (e.g. "👍") or `name:id` for custom emoji
channel_idYesChannel containing the message
message_idYesMessage to remove the reaction from

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already cover idempotent and non-destructive aspects. The description additionally clarifies the scope (only the bot's own reaction) and includes return shape, adding context beyond the schema. No contradictions with 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?

Well-structured with clear labels (Purpose, When to use, When NOT to use, Returns). Every section is informative and compact – no filler or redundancy.

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 reaction-removal tool with full schemas, annotations, and output shape stated, the description fully covers purpose, usage boundaries, return values, and safe behavior alternatives. Complete for an agent to select and invoke 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%, with each parameter fully described (emoji format, channel/message ID patterns). The description adds no extra parameter detail, which is acceptable since the schema does the heavy lifting.

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 explicitly states 'Remove the bot's own reaction from a message' – a specific verb and resource combined with scope. It distinguishes from sibling tools by limiting to the bot's own reaction and by referencing alternatives in the 'When NOT to use' section.

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 clear when-to-use scenarios (roll back erroneous reaction, cleanup after poll) and explicit when-not-to-use with named alternative tools (reactions_delete_user, reactions_delete_all). This leaves no ambiguity for agent selection.

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