> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Group Moderation Tool

> AI tool for WhatsApp group administration - add/remove members, change settings

# WhatsApp Group Moderation Tool

AI tool for WhatsApp group administration - add/remove members, change settings

## Properties

| Property   | Value                          |
| ---------- | ------------------------------ |
| **Type**   | whatsapp-tool-group-moderation |
| **Family** | AI                             |
| **Group**  | Tools                          |

## Parameters

| Name             | Label            | Type   | Description                                                                                                                                   | Required |
| ---------------- | ---------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| toolName         | Tool Name        | String | Name of the tool for the AI to call                                                                                                           | Yes      |
| toolDescription  | Tool Description | String | Description of what this tool does                                                                                                            | Yes      |
| action           | Action           | String | The moderation action: add\_participant, remove\_participant, promote, demote, update\_name, update\_description, update\_settings (required) | No       |
| group\_jid       | Group JID        | String | The JID of the group to manage (required)                                                                                                     | No       |
| participant\_jid | Participant JID  | String | JID of the participant (for add/remove/promote/demote)                                                                                        | No       |
| name             | Name             | String | New group name (for update\_name)                                                                                                             | No       |
| description      | Description      | String | New group description (for update\_description)                                                                                               | No       |
| announce         | Announce Only    | Bool   | Only admins can send messages (for update\_settings)                                                                                          | No       |
| locked           | Locked           | Bool   | Only admins can edit group info (for update\_settings)                                                                                        | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
