Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

send_list

Send interactive list messages via WhatsApp Business to present multiple options with titles, descriptions, and selectable rows for user interaction.

Instructions

Send interactive list message

Input Schema

NameRequiredDescriptionDefault
buttonTextNoButton text
descriptionNoList description
instanceNameYesInstance name
numberYesRecipient phone number
sectionsYesList sections
titleNoList title

Input Schema (JSON Schema)

{ "properties": { "buttonText": { "description": "Button text", "type": "string" }, "description": { "description": "List description", "type": "string" }, "instanceName": { "description": "Instance name", "type": "string" }, "number": { "description": "Recipient phone number", "type": "string" }, "sections": { "description": "List sections", "items": { "properties": { "rows": { "items": { "properties": { "description": { "type": "string" }, "rowId": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" }, "type": "array" }, "title": { "description": "List title", "type": "string" } }, "required": [ "instanceName", "number", "sections" ], "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