neuron_update_privacy_setting
ActiveTool of io.github.conquext/neuron
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
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries