# 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…

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Reddit Ads](https://www.getmcpads.com/docs/sources/reddit-ads)

Reddit create catalog using the native schema catalog_create. Preview first. Imports are asynchronous; poll the returned handles. Does not activate ads.

> **Note** External assistant access is pending Reddit clarification. Authorized operators can manage the test connection; the implemented tools are documented here but are not publicly callable yet.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Reddit Ads](https://www.getmcpads.com/docs/sources/reddit-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/reddit-ads/mcp |

## Parameters

| 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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "reddit_create_catalog",
    "args": {
      "adAccountId": "<string>",
      "parentId": "<string>",
      "data": "<object>"
    }
  }
}
```

- [Reddit Ads metrics](https://www.getmcpads.com/docs/sources/reddit-ads/metrics): What you can ask for.
- [Reddit Ads dimensions](https://www.getmcpads.com/docs/sources/reddit-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/reddit-ads/tools/reddit_create_catalog
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
