# reddit_get_write_schema

> Exact pinned native schemas for Reddit creation and edits, including targeting and all implemented campaign/ad formats.

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

Exact pinned native schemas for Reddit creation and edits, including targeting and all implemented campaign/ad formats. Provider acceptance is separate from local schema validation.

> **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.

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

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `operation` | string | Required | One of: `campaign_create`, `campaign_update`, `ad_group_create`, `ad_group_update`, `ad_create`, `ad_update`, `saved_audience_create`, `saved_audience_update`, `custom_audience_create`, `lead_form_create`, `post_create`, `post_update`, `asset_upload`, `asset_update`, `catalog_create`, `catalog_update`, `product_set_create`, `product_set_update`, `products_upsert`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "reddit_get_write_schema",
    "args": {
      "operation": "campaign_create"
    }
  }
}
```

- [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_get_write_schema
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
