Skip to main content
Glama
razvangirgiz

wazap-mcp

by razvangirgiz

React to a WhatsApp message

react_to_message

Add an emoji reaction to any message using its ID, or send an empty string to remove your reaction.

Instructions

Add an emoji reaction to a message, or pass an empty string to remove your reaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiYesA single emoji such as "👍", or "" to remove your reaction
message_idYesMessage id from read_messages / search_messages / get_message, e.g. "false_4072...@s.whatsapp.net_3EB0..."
Behavior4/5

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

The description explicitly exposes the two possible behavioral outcomes—adding a reaction or removing one via empty string—which goes beyond the annotations. It does not discuss auth or transform side effects, but the annotations already signal readOnly false and idempotent false, so this is adequate for the simple operation.

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 a single sentence that front-loads the core action, immediately covers the edge case of removal, and uses no extra words. Every element is meaningful and directly useful to the agent.

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 simple two-parameter tool, full schema coverage, and annotations, the description is nearly complete. It might have benefited from a brief note on expected behavior or limitations, but nothing essential for successful invocation is missing.

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 already documents both parameters comprehensively, including message_id provenance and the empty-string behavior for emoji. The description adds no significant new parameter meaning beyond restating this, so the baseline score of 3 is appropriate.

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 a specific action ('add an emoji reaction') and resource ('a message'), and also covers the inverse case ('pass an empty string to remove'). This distinguishes it from sibling message tools like delete_message or send_message, which have different purposes.

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 intended use case is clear from the description, but there is no explicit guidance about when this tool should be used over siblings such as edit_message or send_message, and no exclusionary conditions. The usage is implied rather than directly stated.

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/razvangirgiz/wazap'

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