Skip to main content
Glama

discord_add_reaction

Add a reaction to a message. emoji is either unicode (e.g. 👍) or name:id for custom guild emoji.

Bulk support: accepts channel_ids, message_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiYes
accountNo
channel_idYes
message_idYes
channel_idsNo
message_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The description adds useful context beyond annotations by explaining emoji encoding (unicode vs name:id) and bulk execution support. However, it does not disclose behavior such as permission requirements, what happens on duplicate reactions, error handling, or whether bulk mode replaces or supplements the singular parameters. With all annotation hints false, more behavioral detail would be expected.

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 two sentences with no fluff. The main action is front-loaded, and the bulk support note is clearly separated. Every piece of text adds value, and the structure is easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, no output schema, and no enums, the description provides the core action and emoji format but leaves significant ambiguity around bulk execution semantics (e.g., how channel_ids/message_ids pair up, whether they are mutually exclusive with singular IDs) and account selection. It is minimally viable but not thorough for complex or bulk usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It meaningfully explains the emoji parameter (unicode or name:id) and hints at the purpose of channel_ids/message_ids for bulk execution. Yet the remaining parameters (account, channel_id, message_id, and the relationship between singular and plural forms) are left entirely to the schema's bare names.

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 starts with 'Add a reaction to a message', a specific verb+resource combination that clearly distinguishes it from sibling message tools like discord_send_message, discord_delete_message, and discord_edit_message. It additionally explains emoji format, reinforcing the tool's specific behavior.

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

Usage Guidelines3/5

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

Usage is implied by the action ('add a reaction'), but the description does not explicitly compare to alternatives or state when not to use this tool. The bulk support sentence gives some context for batched execution, but there is no exclusion or alternative guidance despite relevant sibling tools being present.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.