contacts_discover
ActiveTool of io.github.saloprj/dialogbrain
Search for a contact on a live channel (Telegram, WhatsApp, etc.) before adding them. Use this to look up a person by username or phone number before calling contacts.sync. This is the right tool when asked to add or find a specific person by @username or phone (use contacts.sync afterwards to actually add them) — not group_discovery.
Parameters schema
{
"type": "object",
"required": [
"query",
"channel"
],
"properties": {
"query": {
"type": "string",
"description": "Username, phone, or name to search for"
},
"channel": {
"type": "string",
"description": "Channel name: telegram, whatsapp, etc."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries