Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_send_reaction

Send an emoji reaction to a specific WhatsApp message by providing the message ID, chat ID, sender ID, and desired emoji. This allows users to express quick responses to messages in WhatsApp conversations.

Instructions

Send a reaction (emoji) to a specific message.

Input Schema

NameRequiredDescriptionDefault
messageIdYesID of the message to react to
reactionYesEmoji reaction to send (max 10 characters)
senderIdYesID of the original message sender
toYesChat ID where the message is located

Input Schema (JSON Schema)

{ "properties": { "messageId": { "description": "ID of the message to react to", "type": "string" }, "reaction": { "description": "Emoji reaction to send (max 10 characters)", "type": "string" }, "senderId": { "description": "ID of the original message sender", "type": "string" }, "to": { "description": "Chat ID where the message is located", "type": "string" } }, "required": [ "messageId", "to", "senderId", "reaction" ], "type": "object" }

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/wsapi-chat/wsapi-mcp'

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