Skip to main content
Glama

WhatsApp MCP Server

by msaelices

send_message

Send messages directly to WhatsApp contacts using a recipient's phone number and message content. Optionally reply to specific messages with a reply_to parameter.

Instructions

Send a message to a chat. Parameters: - phone_number: The phone number of the recipient - content: The content of the message to send - reply_to: ID of the message to reply to (optional)

Input Schema

NameRequiredDescriptionDefault
contentYes
phone_numberYes
reply_toNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "phone_number": { "title": "Phone Number", "type": "string" }, "reply_to": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Reply To" } }, "required": [ "phone_number", "content" ], "title": "send_messageArguments", "type": "object" }

You must be authenticated.

Other Tools from WhatsApp 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/msaelices/whatsapp-mcp-server'

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