Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

send_text

Send WhatsApp messages using Evolution API, including predefined templates for business communications like order confirmations and appointment reminders.

Instructions

Send a text message

Input Schema

NameRequiredDescriptionDefault
delayNoDelay in milliseconds
instanceNameYesInstance name
numberYesRecipient phone number
textYesMessage text

Input Schema (JSON Schema)

{ "properties": { "delay": { "description": "Delay in milliseconds", "type": "number" }, "instanceName": { "description": "Instance name", "type": "string" }, "number": { "description": "Recipient phone number", "type": "string" }, "text": { "description": "Message text", "type": "string" } }, "required": [ "instanceName", "number", "text" ], "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/luiso2/mcp-evolution-api'

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