contacts_sync
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Add a discovered contact and open a conversation thread. Returns thread_id for the new conversation. Call contacts.discover first to verify the contact exists.
Parameters schema
{
"type": "object",
"required": [
"identifier",
"channel"
],
"properties": {
"channel": {
"type": "string",
"description": "Channel name: telegram, whatsapp, etc."
},
"identifier": {
"type": "string",
"description": "Username or phone number to add"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries