You're viewing a demo portfolio

Join the waitlist
PRSM

contacts_add_channel

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

๐Ÿ”— 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"
    }
  }
}

What this tool wrapsยท 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server โ†’