neuron_handle_join_requests
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Approve or reject pending join requests for a WhatsApp group. Requires admin privileges.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"groupJid",
"participants",
"action"
],
"properties": {
"action": {
"enum": [
"approve",
"reject"
],
"type": "string",
"description": "Whether to approve or reject the join requests"
},
"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 of requesters"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries