Skip to main content
Glama
rukman7

whatsapp-mcp-server

by rukman7

React to WhatsApp Message

whatsapp_send_reaction

Send an emoji reaction to an existing WhatsApp message by specifying the recipient's phone number, message ID, and emoji character. Confirms the reaction was sent.

Instructions

Send a reaction emoji to an existing message.

Args:

  • to (string): Phone number of the conversation

  • message_id (string): wamid of the message to react to

  • emoji (string): Emoji character (e.g. '👍')

Returns: Confirmation of reaction sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient phone number in international format (e.g. '353851234567' or '+353851234567')
emojiYesEmoji character to react with (e.g. '👍', '❤️')
message_idYesThe wamid of the message to react to
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior3/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false, so the non-read-only nature is disclosed. The description adds the requirement that the target message must exist and states a confirmation is returned. However, it does not disclose potential side effects like overwriting a previous reaction, error conditions, or rate limits. No contradiction 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?

The description is appropriately concise: a one-sentence summary, a compact argument list, and a single return line. It is front-loaded with the essential purpose and contains no unnecessary filler, making it easy to parse quickly.

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?

Given the tool's low complexity, the rich schema, and the annotations, the description is adequate. It covers the main purpose, the key 'existing message' constraint, and the return value. The omission of response_format in the Args list is minor since the schema fully documents it. However, it lacks explicit usage guidance and deeper behavioral details, preventing a perfect score.

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 input schema has 100% description coverage, so all four parameters are documented. The description's Args list is largely redundant with the schema and omits the response_format parameter. It adds only minor context (e.g., 'Phone number of the conversation') without enhancing the overall semantic understanding beyond the schema.

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 the action: 'Send a reaction emoji to an existing message.' This uses a specific verb and resource, and distinguishes it from sibling tools that send text, images, templates, etc. The title 'React to WhatsApp Message' reinforces the unique purpose.

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?

The description implies usage (reacting to an existing message) but does not explicitly contrast with alternatives such as sending a new message or other reaction-like operations. It mentions 'existing message,' which is a key prerequisite, but no exclusions or specific when-to-use guidance is provided.

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/rukman7/whatsapp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server