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

pinterest_create_campaign

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

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

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredOwning ad account, with or without the act_ prefix.
namestringRequiredName to set. This is the only thing the call changes.
objectivestringRequiredObjective type. One of: AWARENESS, CONSIDERATION, WEB_CONVERSION, CATALOG_SALES, VIDEO_VIEW, WEB_SESSIONS.
dailyBudgetnumberRequiredDaily budget in the account currency.
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": "pinterest_create_campaign",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "objective": "AWARENESS",
      "dailyBudget": "<number>"
    }
  }
}
Esc

Type to search