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.
- Source
- Reddit Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ reddit-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected Reddit ad account ID (a2_...), not the business ID. |
parentId | string | Required | Native Reddit identifier for this entity or parent; never an ID from another selected account. |
data | array | Required | Native item records; read the matching Reddit write schema before previewing. |
confirm | boolean | Optional | False previews locally. True applies only the explicitly authorized change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "reddit_upsert_products",
"args": {
"adAccountId": "<string>",
"parentId": "<string>",
"data": "<array>"
}
}
}