neuron_update_group_members
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Add, remove, promote, or demote members in a WhatsApp group. Provide phone numbers or JIDs. Requires admin privileges.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"groupJid",
"participants",
"action"
],
"properties": {
"action": {
"enum": [
"add",
"remove",
"promote",
"demote"
],
"type": "string",
"description": "Action to perform on the participants"
},
"groupJid": {
"type": "string",
"description": "Group JID (ending in @g.us)"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"participants": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "Array of phone numbers or JIDs (e.g. ['2348012345678'] or ['2348012345678@s.whatsapp.net'])"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries