Skip to main content
Glama

WAHA MCP Server

by seejux

waha_send_message

Send text messages to WhatsApp chats using the WAHA MCP Server. Supports replying to specific messages and includes link preview functionality for enhanced communication.

Instructions

Send a text message to a WhatsApp chat. Returns message ID and delivery timestamp.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID to send message to (format: number@c.us)
linkPreviewNoEnable link preview (default: true)
replyToNoOptional: Message ID to reply to
textYesMessage text to send

Input Schema (JSON Schema)

{ "properties": { "chatId": { "description": "Chat ID to send message to (format: number@c.us)", "type": "string" }, "linkPreview": { "default": true, "description": "Enable link preview (default: true)", "type": "boolean" }, "replyTo": { "description": "Optional: Message ID to reply to", "type": "string" }, "text": { "description": "Message text to send", "type": "string" } }, "required": [ "chatId", "text" ], "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