WhatsApp MCP Server

by msaelices
Verified

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

ID: 3j2xxaoqly