Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_create_campaign

Create a Meta campaign. A write tool that previews before it changes anything, one of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

Create a Meta campaign. It is always created PAUSED and there is no option to create it active. Previews by default.

Source
Meta Ads
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredAd account, act_… or bare ID.
namestringRequiredName to set. This is the only thing the call changes.
objectivestringRequiredCampaign objective. One of: OUTCOME_TRAFFIC, OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_AWARENESS, OUTCOME_ENGAGEMENT, OUTCOME_APP_PROMOTION.
specialAdCategoriesarrayOptionalRequired by Meta. Defaults to none.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_create_campaign",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "objective": "OUTCOME_TRAFFIC"
    }
  }
}
Esc

Type to search