Skip to main content
Glama
by jlucaso1

send_message

Send WhatsApp messages programmatically by specifying recipient details and message content, enabling automated communication through the WhatsApp MCP Server.

Input Schema

NameRequiredDescriptionDefault
messageYesThe text message to send
recipientYesRecipient JID (user or group, e.g., '12345@s.whatsapp.net' or 'group123@g.us')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The text message to send", "minLength": 1, "type": "string" }, "recipient": { "description": "Recipient JID (user or group, e.g., '12345@s.whatsapp.net' or 'group123@g.us')", "type": "string" } }, "required": [ "recipient", "message" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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/jlucaso1/whatsapp-mcp-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server