Skip to content
Get MCP AdsGet MCP Ads, home

reddit_upsert_products

Reddit upsert products using the native schema products_upsert. A write tool that previews before it changes anything, one of 50 Reddit Ads tools on the Get…

Reddit upsert products using the native schema products_upsert. Preview first. Imports are asynchronous; poll the returned handles. Does not activate ads.

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected Reddit ad account ID (a2_...), not the business ID.
parentIdstringRequiredNative Reddit identifier for this entity or parent; never an ID from another selected account.
dataarrayRequiredNative item records; read the matching Reddit write schema before previewing.
confirmbooleanOptionalFalse previews locally. True applies only the explicitly authorized change. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "reddit_upsert_products",
    "args": {
      "adAccountId": "<string>",
      "parentId": "<string>",
      "data": "<array>"
    }
  }
}
Esc

Type to search