# reddit_get_targeting_options

> Discover valid native targeting values. One of 50 Reddit Ads tools on the Get MCP Ads MCP gateway.

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

Discover valid native targeting values. Communities can be searched; large lists are paginated or explicitly marked partial.

> **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 |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected Reddit ad account ID (a2_...), not the business ID. |
| `kind` | string | Required | One of: `geolocations`, `languages`, `interests`, `devices`, `carriers`, `communities`. |
| `query` | string | Optional |  |
| `country` | string | Optional |  |
| `limit` | integer | Optional | Default: `50`. |
| `cursor` | string | Optional |  |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "reddit_get_targeting_options",
    "args": {
      "adAccountId": "<string>",
      "kind": "geolocations"
    }
  }
}
```

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