Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_mark_message_read

Mark WhatsApp messages as read to confirm message receipt and update read status for specific chats and senders.

Instructions

Mark a message as read.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID where the message is located
messageIdYesID of the message to mark as read
receiptTypeYesType of receipt to send
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 mark as read", "type": "string" }, "receiptType": { "description": "Type of receipt to send", "enum": [ "delivered", "sender", "read", "played" ], "type": "string" }, "senderId": { "description": "ID of the message sender", "type": "string" } }, "required": [ "messageId", "chatId", "senderId", "receiptType" ], "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