Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

create_template

Create customizable WhatsApp Business message templates with dynamic variables for order confirmations, appointment reminders, and promotional communications.

Instructions

Create a new message template

Input Schema

NameRequiredDescriptionDefault
categoryNoTemplate category
descriptionNoTemplate description
nameYesTemplate name
tagsNoTemplate tags
textYesTemplate text with {{variables}}
variablesNoList of variable names

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Template category", "type": "string" }, "description": { "description": "Template description", "type": "string" }, "name": { "description": "Template name", "type": "string" }, "tags": { "description": "Template tags", "items": { "type": "string" }, "type": "array" }, "text": { "description": "Template text with {{variables}}", "type": "string" }, "variables": { "description": "List of variable names", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "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