Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_pin_chat

Pin or unpin WhatsApp chats to organize important conversations and keep them easily accessible at the top of your chat list.

Instructions

Pin or unpin a chat.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID
pinnedYesWhether to pin or unpin

Input Schema (JSON Schema)

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