You're viewing a demo portfolio

Join the waitlist
PRSM

contacts_capture_lead

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

๐Ÿ“ 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."
    }
  }
}

What this tool wrapsยท 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence โ‰ฅ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server โ†’