Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_create_group

Create a new WhatsApp group by specifying a group name and adding participants using their phone numbers. This tool enables organized communication and collaboration within dedicated group spaces on WhatsApp.

Instructions

Create a new WhatsApp group.

Input Schema

NameRequiredDescriptionDefault
nameYesGroup name (max 255 characters)
participantsYesList of participant phone numbers

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Group name (max 255 characters)", "type": "string" }, "participants": { "description": "List of participant phone numbers", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "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/wsapi-chat/wsapi-mcp'

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