contacts_capture_lead
ActiveTool of io.github.saloprj/dialogbrain
๐ Save the current contact's details as a structured lead (contact + Contacts tab). When to use: - In a website-chat OR voice-call conversation, AFTER the person has shared their name (plus email / phone / company / use case if given) โ e.g. when booking a demo or a class. - Call it once you have the details; then continue (e.g. share the booking link). Creates/links a contact record and a lead entry in the workspace's lead inbox. Works in any conversation thread (website chat, voice call, DM).
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "The visitor's full name (as they gave it)."
},
"email": {
"type": "string",
"description": "The visitor's email address."
},
"phone": {
"type": "string",
"description": "Phone number, if the visitor provided one."
},
"company": {
"type": "string",
"description": "The visitor's company / organization, if mentioned."
},
"use_case": {
"type": "string",
"description": "Their main use case / what they want to do with DialogBrain, if mentioned."
}
}
}No endpoints wrapped at confidence โฅ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries