Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_set_chat_presence

Set your presence status in a WhatsApp chat to indicate typing, recording voice, or pausing activity, helping other participants understand your current activity state.

Instructions

Set presence status in a chat (typing, recording, paused).

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID
stateYesPresence state

Input Schema (JSON Schema)

{ "properties": { "chatId": { "description": "Chat ID", "type": "string" }, "state": { "description": "Presence state", "enum": [ "typing", "recording", "paused" ], "type": "string" } }, "required": [ "chatId", "state" ], "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