You're viewing a demo portfolio

Join the waitlist
PRSM

create_campaign

Active

Tool of Famulor

declared in 0.2.0

Create a new outbound campaign tied to an outbound-capable assistant.

Parameters schema

{
  "type": "object",
  "required": [
    "name",
    "assistant_id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Campaign name (max 255 chars)"
    },
    "timezone": {
      "type": "string"
    },
    "max_retries": {
      "type": "integer"
    },
    "allowed_days": {
      "type": "array",
      "items": {
        "enum": [
          "monday",
          "tuesday",
          "wednesday",
          "thursday",
          "friday",
          "saturday",
          "sunday"
        ],
        "type": "string"
      }
    },
    "assistant_id": {
      "type": "integer"
    },
    "retry_interval": {
      "type": "integer"
    },
    "retry_on_voicemail": {
      "type": "boolean"
    },
    "max_calls_in_parallel": {
      "type": "integer"
    },
    "allowed_hours_end_time": {
      "type": "string",
      "description": "H:i, e.g. \"17:00\""
    },
    "allowed_hours_start_time": {
      "type": "string",
      "description": "H:i, e.g. \"09:00\""
    },
    "goal_completion_variable": {
      "type": "string"
    },
    "retry_on_goal_incomplete": {
      "type": "boolean"
    },
    "mark_complete_when_no_leads": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Famulor

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

1/7 registries
View full server →
create_campaign — Famulor — PRSM MCP