Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

add_participants

Add phone numbers to a WhatsApp group using Evolution API to expand group membership for business messaging and communication.

Instructions

Add participants to a group

Input Schema

NameRequiredDescriptionDefault
groupJidYesGroup JID
instanceNameYesInstance name
participantsYesPhone numbers to add

Input Schema (JSON Schema)

{ "properties": { "groupJid": { "description": "Group JID", "type": "string" }, "instanceName": { "description": "Instance name", "type": "string" }, "participants": { "description": "Phone numbers to add", "items": { "type": "string" }, "type": "array" } }, "required": [ "instanceName", "groupJid", "participants" ], "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