Skip to main content
Glama

WAHA MCP Server

by seejux

waha_mark_chat_read

Mark WhatsApp messages as read in a specific chat. Choose to mark recent messages by count or from a defined time period to manage unread notifications.

Instructions

Mark messages in a chat as read. Can specify number of recent messages or time range in days.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID to mark as read (format: number@c.us)
daysNoMark messages from last N days as read (default: 7)
messagesNoNumber of recent messages to mark as read (default: 30)

Input Schema (JSON Schema)

{ "properties": { "chatId": { "description": "Chat ID to mark as read (format: number@c.us)", "type": "string" }, "days": { "default": 7, "description": "Mark messages from last N days as read (default: 7)", "type": "number" }, "messages": { "default": 30, "description": "Number of recent messages to mark as read (default: 30)", "type": "number" } }, "required": [ "chatId" ], "type": "object" }

Other Tools from WAHA MCP Server

Related Tools

    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/seejux/waha-mcp'

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