contacts_capture_lead
ActiveTool of io.github.saloprj/dialogbrain
๐ Save a website-chat visitor's details as a structured lead (contact + Contacts tab). When to use: - In a livechat conversation, AFTER the visitor has shared their name and email (plus company / use case if given) โ e.g. when booking a demo. - Call it once you have the details; then continue (e.g. share the booking link). Creates/links a contact record and a lead entry. Only works inside a website-chat thread.
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."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries