You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_set_group_join_approval

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Enable or disable join approval mode for a WhatsApp group. When enabled, join requests must be manually approved by admins. Requires admin.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "channelId",
    "groupJid",
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "true to require admin approval for joins, false to allow direct joins"
    },
    "groupJid": {
      "type": "string",
      "description": "Group JID (ending in @g.us)"
    },
    "channelId": {
      "type": "string",
      "description": "WhatsApp channel identifier (UUID)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_set_group_join_approval — io.github.conquext/neuron — PRSM MCP