You're viewing a demo portfolio

Join the waitlist
PRSM

create_ad_campaign

Active

Tool of SendIt

declared in 0.1.0

Create a new advertising campaign on a connected ad platform. Supports campaign creation across Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, Pinterest Ads, and all other connected ad platforms. The AI Campaign Builder agent can help design optimal campaign structures.

Parameters schema

{
  "type": "object",
  "required": [
    "adAccountId",
    "name",
    "objective",
    "budgetType",
    "budgetAmount"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Campaign name"
    },
    "endDate": {
      "type": "string",
      "format": "date-time",
      "description": "Campaign end date (optional)"
    },
    "objective": {
      "enum": [
        "awareness",
        "traffic",
        "engagement",
        "leads",
        "conversions",
        "app_installs",
        "video_views",
        "reach"
      ],
      "type": "string",
      "description": "Campaign objective"
    },
    "startDate": {
      "type": "string",
      "format": "date-time",
      "description": "Campaign start date (ISO 8601)"
    },
    "targeting": {
      "type": "object",
      "description": "Targeting configuration (platform-specific)",
      "additionalProperties": true
    },
    "budgetType": {
      "enum": [
        "daily",
        "lifetime"
      ],
      "type": "string",
      "description": "Budget type"
    },
    "adAccountId": {
      "type": "string",
      "description": "Ad account ID"
    },
    "budgetAmount": {
      "type": "number",
      "description": "Budget amount in account currency"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
create_ad_campaign — SendIt — PRSM MCP