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 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."
    }
  }
}

What this tool wrapsยท 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server โ†’
contacts_capture_lead โ€” io.github.saloprj/dialogbrain โ€” PRSM MCP