neuron_update_whatsapp_credentials
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update WhatsApp Business API credentials for the organization. These credentials are required for sending messages via the WhatsApp Cloud API.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"orgId",
"whatsappPhoneNumberId",
"whatsappBusinessAccountId",
"whatsappAccessToken"
],
"properties": {
"orgId": {
"type": "string",
"description": "Unique identifier (UUID) of the organization"
},
"whatsappAccessToken": {
"type": "string",
"description": "WhatsApp access token for API authentication (keep confidential)"
},
"whatsappPhoneNumberId": {
"type": "string",
"description": "WhatsApp phone number ID from the Meta Business dashboard"
},
"whatsappBusinessAccountId": {
"type": "string",
"description": "WhatsApp Business Account ID from the Meta Business dashboard"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries