Skip to content
Get MCP AdsGet MCP Ads, home
View as Markdown

pinterest_create_collection_ad

Create a PAUSED collection with an explicitly selected image/video hero Pin and an accessible catalog product group.

Create a PAUSED collection with an explicitly selected image/video hero Pin and an accessible catalog product group. Does not create catalog-only/DPA ads. Standard account eligibility is required; unavailable in Sandbox. Preview by default. No automatic mutation retry. Native API eligibility and scopes still apply.

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
adAccountIdstringRequiredSelected Pinterest advertiser account. All requests use this account context.
adGroupIdstringRequiredNumeric Pinterest entity ID in the selected advertiser context.
productGroupIdstringRequiredNumeric Pinterest entity ID in the selected advertiser context.
heroPinIdstringRequiredNumeric Pinterest entity ID in the selected advertiser context.
configurationobjectRequiredNative Pinterest v5 request fields. Read pinterest_get_write_schema first. Monetary native fields are integer micro currency units.
confirmbooleanOptionalOnly true applies the displayed change. Omit for a local preview.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_create_collection_ad",
    "args": {
      "adAccountId": "<string>",
      "adGroupId": "<string>",
      "productGroupId": "<string>",
      "heroPinId": "<string>",
      "configuration": "<object>"
    }
  }
}
Esc

Type to search