Skip to main content
Glama

WhatsApp MCP Server

by msaelices

create_group

Create a new WhatsApp group by specifying a group name and participant phone numbers using the WhatsApp MCP Server.

Instructions

Create a new WhatsApp group. Parameters: - group_name: Name of the group to create - participants: List of participant phone numbers

Input Schema

NameRequiredDescriptionDefault
group_nameYes
participantsYes

Input Schema (JSON Schema)

{ "properties": { "group_name": { "title": "Group Name", "type": "string" }, "participants": { "items": { "type": "string" }, "title": "Participants", "type": "array" } }, "required": [ "group_name", "participants" ], "title": "create_groupArguments", "type": "object" }

You must be authenticated.

Other Tools from WhatsApp MCP Server

Related Tools

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/msaelices/whatsapp-mcp-server'

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