Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

read_message

Mark WhatsApp messages as read to maintain organized conversations and clear message status indicators in business messaging workflows.

Instructions

Mark message as read

Input Schema

NameRequiredDescriptionDefault
fromMeNoIs message from me
idNoMessage ID
instanceNameYesInstance name
remoteJidYesChat JID

Input Schema (JSON Schema)

{ "properties": { "fromMe": { "description": "Is message from me", "type": "boolean" }, "id": { "description": "Message ID", "type": "string" }, "instanceName": { "description": "Instance name", "type": "string" }, "remoteJid": { "description": "Chat JID", "type": "string" } }, "required": [ "instanceName", "remoteJid" ], "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/luiso2/mcp-evolution-api'

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