This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_create_group
InactiveTool of Green API WhatsApp
declared in dev
Create a WhatsApp group
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"group_name",
"chat_ids"
],
"properties": {
"chat_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Participant list (chat IDs, e.g. 79001234567@c.us)"
},
"group_name": {
"type": "string",
"description": "Group name"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries