contacts_add_channel
ActiveTool of io.github.saloprj/dialogbrain
๐ Link a new channel identity (email, phone, LinkedIn, etc.) to an existing contact. When to use: - User learns a contact's email or phone and wants to save it - User wants to link a LinkedIn/Instagram profile to an existing contact - Adding a second channel for an existing person Requires contact_id (entity_id) from contacts.find.
Parameters schema
{
"type": "object",
"required": [
"contact_id",
"channel",
"value"
],
"properties": {
"value": {
"type": "string",
"description": "Email address, phone number, or username for this channel"
},
"channel": {
"enum": [
"email",
"whatsapp",
"telegram",
"linkedin",
"instagram"
],
"type": "string",
"description": "Channel type to add"
},
"contact_id": {
"type": "string",
"description": "entity_id from contacts.find"
},
"display_name": {
"type": "string",
"description": "Optional display label for this identity"
}
}
}No endpoints wrapped at confidence โฅ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries