neuron_list_whatsapp_contacts
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve contacts from the WhatsApp account connected to this channel, with optional search filtering.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"q": {
"type": "string",
"description": "Search query to filter contacts by name or phone number"
},
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the channel"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries