WhatsApp Group Moderation Tool
AI tool for WhatsApp group administration - add/remove members, change settingsProperties
| 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 |

