reddit_ create_ catalog
Reddit create catalog using the native schema catalog_create. A write tool that previews before it changes anything, one of 50 Reddit Ads tools on the Get…
Reddit create catalog using the native schema catalog_create. 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 | object | Required | Native Reddit fields. Read reddit_get_write_schema first. Microcurrency budgets; partial nested objects replace that object. |
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_create_catalog",
"args": {
"adAccountId": "<string>",
"parentId": "<string>",
"data": "<object>"
}
}
}