neuron_update_channel
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update configuration of an existing WhatsApp channel. Only provided fields are modified; omitted fields remain unchanged.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the channel to update"
},
"name": {
"type": "string",
"description": "New display name for the channel"
},
"phoneNumber": {
"type": "string",
"description": "New phone number for the channel (E.164 format)"
},
"metaAccessToken": {
"type": "string",
"description": "New Meta Access Token (meta_cloud channels only)"
},
"metaPhoneNumberId": {
"type": "string",
"description": "New Meta Phone Number ID (meta_cloud channels only)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries