contacts_profile
ActiveTool of io.github.saloprj/dialogbrain
👤 Get full profile for a contact: all channel identities, notes, role, capabilities, birthday. When to use: - After contacts.find to get complete info about a specific person - To see all channels a contact is reachable on - To read notes, role, or capabilities for a contact Requires contact_id (entity_id) from contacts.find.
Parameters schema
{
"type": "object",
"required": [
"contact_id"
],
"properties": {
"contact_id": {
"type": "string",
"description": "entity_id from contacts.find"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries