Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_send_sticker

Send sticker messages to WhatsApp contacts or groups using either a URL or base64 encoded data. Supports animated stickers, mentions, replies, and forwarding functionality for enhanced communication.

Instructions

Send a sticker message to a WhatsApp contact or group. Can send from URL or base64.

Input Schema

NameRequiredDescriptionDefault
isAnimatedNoWhether the sticker is animated
isForwardedNoWhether the message should be marked as forwarded
mentionsNoList of phone numbers to mention
mimeTypeYesMIME type of the sticker (must be image/webp)
replyToNoID of the message being replied to
stickerBase64NoBase64 encoded sticker data (alternative to stickerURL)
stickerURLNoURL of the sticker to send (alternative to stickerBase64)
toYesRecipient phone number (with @s.whatsapp.net) or group ID (with @g.us)

Input Schema (JSON Schema)

{ "properties": { "isAnimated": { "description": "Whether the sticker is animated", "optional": true, "type": "boolean" }, "isForwarded": { "description": "Whether the message should be marked as forwarded", "optional": true, "type": "boolean" }, "mentions": { "description": "List of phone numbers to mention", "items": { "type": "string" }, "optional": true, "type": "array" }, "mimeType": { "description": "MIME type of the sticker (must be image/webp)", "enum": [ "image/webp" ], "type": "string" }, "replyTo": { "description": "ID of the message being replied to", "optional": true, "type": "string" }, "stickerBase64": { "description": "Base64 encoded sticker data (alternative to stickerURL)", "optional": true, "type": "string" }, "stickerURL": { "description": "URL of the sticker to send (alternative to stickerBase64)", "optional": true, "type": "string" }, "to": { "description": "Recipient phone number (with @s.whatsapp.net) or group ID (with @g.us)", "type": "string" } }, "required": [ "to", "mimeType" ], "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