You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_privacy_setting

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Update a specific WhatsApp privacy setting. Settings: lastSeen (all/contacts/contact_blacklist/none), online (all/match_last_seen), profilePicture (all/contacts/contact_blacklist/none), status (all/contacts/contact_blacklist/none), readReceipts (all/none), groupsAdd (all/contacts/contact_blacklist).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "channelId",
    "setting",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "minLength": 1,
      "description": "New value for the setting (see description for allowed values per setting)"
    },
    "setting": {
      "enum": [
        "lastSeen",
        "online",
        "profilePicture",
        "status",
        "readReceipts",
        "groupsAdd"
      ],
      "type": "string",
      "description": "Privacy setting to update"
    },
    "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 →