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.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Owning ad account, with or without the act_ prefix. |
name | string | Required | Name to set. This is the only thing the call changes. |
objective | string | Required | Objective type. One of: AWARENESS, CONSIDERATION, WEB_CONVERSION, CATALOG_SALES, VIDEO_VIEW, WEB_SESSIONS. |
dailyBudget | number | Required | Daily budget in the account currency. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_create_campaign",
"args": {
"adAccountId": "<string>",
"name": "<string>",
"objective": "AWARENESS",
"dailyBudget": "<number>"
}
}
}