You're viewing a demo portfolio

Join the waitlist
PRSM

create_lead

Active

Tool of Famulor

declared in 0.2.0

Create a new lead in a campaign. IMPORTANT: variable names come from the associated assistant configuration and are fixed; only their values can be supplied here.

Parameters schema

{
  "type": "object",
  "required": [
    "phone_number",
    "campaign_id"
  ],
  "properties": {
    "variables": {
      "oneOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": true
          }
        }
      ],
      "description": "Either an object (key/value pairs matching assistant variables) or an array of such objects."
    },
    "campaign_id": {
      "type": "integer"
    },
    "phone_number": {
      "type": "string",
      "description": "E.164 format, e.g. +491234567890"
    },
    "allow_dupplicate": {
      "type": "boolean"
    },
    "secondary_contacts": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "phone_number"
        ],
        "properties": {
          "variables": {
            "type": "object",
            "additionalProperties": true
          },
          "phone_number": {
            "type": "string"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Famulor

https://github.com/bekservice/Famulor-MCP

1/7 registries
View full server →