Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

create_group

Create WhatsApp groups for business communication by specifying participants, group name, and optional description using the Evolution API.

Instructions

Create a new WhatsApp group

Input Schema

NameRequiredDescriptionDefault
descriptionNoGroup description
instanceNameYesInstance name
participantsYesPhone numbers of participants
subjectYesGroup name

Input Schema (JSON Schema)

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