You're viewing a demo portfolio

Join the waitlist
PRSM

convert_lead

Active

Tool of FavCRM

declared in 1.0.0

Convert a lead account to an active customer. Optionally create a linked pipeline deal (Salesforce/HubSpot-style convert).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "accountId"
  ],
  "properties": {
    "dealName": {
      "type": "string",
      "description": "Optional deal name"
    },
    "accountId": {
      "type": "string",
      "description": "Lead account ID"
    },
    "dealStage": {
      "enum": [
        "lead",
        "qualified",
        "proposal",
        "negotiation",
        "won",
        "lost"
      ],
      "type": "string",
      "description": "Optional initial deal stage"
    },
    "lifeStage": {
      "enum": [
        "active",
        "vip"
      ],
      "type": "string",
      "description": "Lifecycle after convert (default active)"
    },
    "createDeal": {
      "type": "boolean",
      "description": "Create a deal during conversion"
    },
    "dealAmount": {
      "type": "number",
      "description": "Optional deal amount"
    },
    "dealClosingDate": {
      "type": "string",
      "description": "Optional deal close date"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
convert_lead — FavCRM — PRSM MCP