Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_star_message

Mark important WhatsApp messages with a star for quick reference or remove stars from previously marked messages using message, chat, and sender IDs.

Instructions

Star or unstar a message.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID where the message is located
messageIdYesID of the message to star
senderIdYesID of the message sender

Input Schema (JSON Schema)

{ "properties": { "chatId": { "description": "Chat ID where the message is located", "type": "string" }, "messageId": { "description": "ID of the message to star", "type": "string" }, "senderId": { "description": "ID of the message sender", "type": "string" } }, "required": [ "messageId", "chatId", "senderId" ], "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