Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_update_group_name

Change the name of a WhatsApp group by providing the group ID and the new desired name for the group.

Instructions

Update group name.

Input Schema

NameRequiredDescriptionDefault
groupIdYesGroup ID (with @g.us)
nameYesNew group name

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "Group ID (with @g.us)", "type": "string" }, "name": { "description": "New group name", "type": "string" } }, "required": [ "groupId", "name" ], "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