reddit_ update_ catalog
Update supported Reddit catalog fields; preview by default. A write tool that previews before it changes anything, one of 50 Reddit Ads tools on the Get MCP…
Update supported Reddit catalog fields; preview by default. Read reddit_get_write_schema(operation=catalog_update).
- 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. |
id | 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_update_catalog",
"args": {
"adAccountId": "<string>",
"id": "<string>",
"data": "<object>"
}
}
}