Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_archive_chat

Archive or unarchive WhatsApp chats to organize your conversations by hiding or restoring them from the main chat list.

Instructions

Archive or unarchive a chat.

Input Schema

NameRequiredDescriptionDefault
archivedYesWhether to archive or unarchive
chatIdYesChat ID

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether to archive or unarchive", "type": "boolean" }, "chatId": { "description": "Chat ID", "type": "string" } }, "required": [ "chatId", "archived" ], "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