# Reddit Ads

Reddit Ads API for managing advertising campaigns, conversions, and account data on Reddit.

- **Category:** marketing
- **Auth:** OAUTH2
- **Composio Managed App Available?** Yes
- **Tools:** 83
- **Triggers:** 0
- **Slug:** `REDDIT_ADS`
- **Version:** 20260316_00

## Tools

### Create Ad Group

**Slug:** `REDDIT_ADS_CREATE_AD_GROUP`

Tool to create a new ad group within a Reddit Ads campaign. Use when setting up ad groups with specific bidding strategies, budget goals, and targeting criteria. Note that optimization_goal is required for conversion, video views, catalog sales, and app install campaign objectives.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Ad group configuration data including campaign_id, name, bidding strategy, budget goals, and targeting settings |
| `ad_account_id` | string | Yes | The ID of the ad account to create the ad group under |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Batch Products

**Slug:** `REDDIT_ADS_CREATE_BATCH_PRODUCTS`

Tool to create or update multiple products in a catalog in a single batch operation. Use when you need to add up to 1000 products at once. Note: If using a schedule feed, update your feed to ensure your catalog is up to date.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | array | Yes | List of products to create or update. Must contain at least 1 and at most 1000 products. |
| `catalog_id` | string | Yes | The ID of the product catalog to add products to. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Reddit Ads Campaign

**Slug:** `REDDIT_ADS_CREATE_CAMPAIGN`

Tool to create a new Reddit Ads campaign for the specified ad account. Use when you need to set up a new advertising campaign with specific objective, budget, and targeting settings. Note: Max campaigns creation isn't currently supported - set up Max campaigns in the Ads Manager instead.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Campaign data containing name, status, objective, and optional configuration parameters. |
| `ad_account_id` | string | Yes | The ID of the ad account to create the campaign under. Must match pattern ^(t2\|a2)_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Custom Audience

**Slug:** `REDDIT_ADS_CREATE_CUSTOM_AUDIENCE`

Tool to create a new Custom Audience in Reddit Ads. Use when you need to create a custom audience for targeted advertising campaigns. Note: This endpoint has rate limits - Custom Audiences Ingestion: 3000 requests per 900 seconds with burst limit of 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Custom audience data containing name and type |
| `ad_account_id` | string | Yes | The ID of the parent ad account (format: a2_xxxxx) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Lead Gen Form

**Slug:** `REDDIT_ADS_CREATE_LEAD_GEN_FORM`

Tool to create a new lead generation form in Reddit Ads. Use when you need to set up a lead gen form to collect user information such as emails, names, phone numbers, etc. Rate limit: 20 requests per 60 seconds (Leads).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Lead gen form data containing name, privacy link, prompt, and questions |
| `ad_account_id` | string | Yes | The ID of the ad account to create the lead gen form under (format: a2_xxxxx or t2_xxxxx) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Reddit Post

**Slug:** `REDDIT_ADS_CREATE_POST`

Tool to create a new Reddit post for a specified profile. Use when you need to create promotional content including text, images, videos, or carousel posts. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Post data containing type, headline, body, and optional configuration parameters. |
| `profile_id` | string | Yes | The ID of the profile to create a post for. Must match pattern ^t2_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Product Catalog

**Slug:** `REDDIT_ADS_CREATE_PRODUCT_CATALOG`

Tool to create a new product catalog. Use when you need to set up a product catalog for Reddit Ads. After creation, finish setup by manually creating products or linking a product feed.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The product catalog data object containing name, language, currency, and optional event sources. |
| `business_id` | string | Yes | The ID of the parent business. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Product Feed

**Slug:** `REDDIT_ADS_CREATE_PRODUCT_FEED`

Tool to create a new feed for a product catalog. Use when setting up product feeds for Reddit catalog sales campaigns. Each catalog can contain up to 2 feeds, but they must be of different types (REPLACE or UPDATE).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The product feed data object containing URL, mode, and optional authentication credentials. |
| `catalog_id` | string | Yes | The ID of the parent product catalog. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Product Set

**Slug:** `REDDIT_ADS_CREATE_PRODUCT_SET`

Tool to create a new product set in a product catalog. Use when you need to define a subset of products from a catalog using filter rules for targeted advertising.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The product set data object containing name and filter rule. |
| `catalog_id` | string | Yes | The ID of the parent product catalog. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Saved Audience

**Slug:** `REDDIT_ADS_CREATE_SAVED_AUDIENCE`

Tool to create a saved audience for a Reddit Ads ad account with targeting criteria. Use when you need to define and save audience segments for ad campaigns. Rate limit: 200 requests per 60 seconds (Campaign Management Write).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Saved audience configuration including name, type, and targeting parameters |
| `ad_account_id` | string | Yes | The ID of the ad account to create the saved audience under (format: 'a2_...') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Structured Post Creation Job

**Slug:** `REDDIT_ADS_CREATE_STRUCTURED_POST_CREATION_JOB`

Tool to create a structured post creation job on Reddit Ads. Use when creating promoted posts with specific creative content (text, image, video, or carousel). Returns a job with status tracking information. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Structured post data containing creative content and optional settings. |
| `profile_id` | string | Yes | The ID of the profile to create a post for. Must match pattern ^t2_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Delete Custom Audience

**Slug:** `REDDIT_ADS_DELETE_CUSTOM_AUDIENCE`

Tool to delete a Custom Audience by ID from Reddit Ads. Use when you need to permanently remove a custom audience. This operation is subject to rate limits: Custom Audiences Ingestion allows 3000 requests per 900 seconds with burst capacity of 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `audience_id` | string | Yes | The ID of the custom audience to delete. This is the unique identifier returned when creating a custom audience. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Delete Product Catalog

**Slug:** `REDDIT_ADS_DELETE_PRODUCT_CATALOG`

Tool to delete a product catalog by ID from Reddit Ads. Use when you need to permanently remove a catalog. Important: This action cannot be undone.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `catalog_id` | string | Yes | The ID of the product catalog to delete. This is the unique identifier for the catalog. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Delete Product Feed

**Slug:** `REDDIT_ADS_DELETE_PRODUCT_FEED`

Tool to delete a feed in a catalog by ID from Reddit Ads. Use when you need to permanently remove a product feed. Important: This action cannot be undone.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `feed_id` | string | Yes | The ID of the product feed to delete. This is the unique identifier for the feed. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Batch Delete Products

**Slug:** `REDDIT_ADS_DELETE_PRODUCTS`

Tool to delete multiple products from a Reddit Ads product catalog in a single request. Use when you need to remove products from a catalog. Important: This action cannot be undone, and deleted products will be permanently removed from the catalog. If using a scheduled feed, update your feed to keep the catalog synchronized.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | array | Yes | List of product IDs to delete from the catalog. Minimum 1 product, maximum 1000 products per request. |
| `catalog_id` | string | Yes | The ID of the product catalog to delete products from. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Delete Product Set

**Slug:** `REDDIT_ADS_DELETE_PRODUCT_SET`

Tool to delete a product set by ID from Reddit Ads. Use when you need to permanently remove a product set. Important: This action cannot be undone.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `product_set_id` | string | Yes | The ID of the product set to delete. This is the unique identifier for the product set. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Validate Geolocations

**Slug:** `REDDIT_ADS_DO_GEOLOCATION_VALIDATIONS`

Tool to validate a list of geolocations for use in Reddit Ads targeting. Use when you need to check if geolocation IDs or cities are valid for ad targeting before creating or updating campaigns. Rate limit: Targeting Taxonomy - 100 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `cities` | array | No | List of city identifiers to validate for ad targeting. Mutually exclusive with geolocation_ids parameter. |
| `geolocation_ids` | array | No | List of geolocation IDs to validate. These are location identifiers used for ad targeting (e.g., 'US', 'CA', 'GB'). Mutually exclusive with cities parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Do Keyword Validations

**Slug:** `REDDIT_ADS_DO_KEYWORD_VALIDATIONS`

Tool to validate a list of keywords for targeting and check their brand safety status. Use when you need to verify if keywords are safe and valid for ad targeting campaigns. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Container object containing the array of keywords to validate. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Generate Inspiration Creative Summary

**Slug:** `REDDIT_ADS_GENERATE_INSPIRATION_CREATIVE_SUMMARY`

Tool to get AI-generated summary of best practices followed by an inspiration creative ad. Use when you need to analyze what makes a Reddit ad successful.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `inspiration_creative_id` | string | Yes | The ID of the inspiration creative to generate summary for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Ad Account by ID

**Slug:** `REDDIT_ADS_GET_AD_ACCOUNT`

Tool to retrieve details for a specific Reddit ad account by ID. Use when you need to get account information including admin approval status, attribution settings, currency, excluded communities/keywords, and other account configuration. Rate limit: 400 requests per 60 seconds (Campaign Management Read).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ad_account_id` | string | Yes | The ID of the ad account to get. Must match pattern ^(t2\|a2)_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get ad account history

**Slug:** `REDDIT_ADS_GET_AD_ACCOUNT_HISTORY`

Get changelog history for a Reddit ad account with filtering options. Use when you need to track changes made to ads, campaigns, or ad groups within an account, including who made changes and when.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | No | Data payload for ad account history request. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use this for pagination to get subsequent pages of results. |
| `ad_account_id` | string | Yes | The ID of the ad account to get the account history for (e.g., 'a2_imh76hh7e126'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Ad Group

**Slug:** `REDDIT_ADS_GET_AD_GROUP`

Tool to get an ad group by its ID from Reddit Ads API. Use when you need to retrieve details about a specific ad group. Note: Rate limit of 400 requests per 60 seconds applies (Campaign Management Read).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ad_group_id` | string | Yes | The ID of the ad group to get. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get App Last Fired At Report

**Slug:** `REDDIT_ADS_GET_APP_LAST_FIRED_AT`

Tool to retrieve the last time mobile conversion events were fired for a specific app ID. Use when you need to check conversion tracking status or verify that mobile events are being received. Rate limit: 30 requests per 60 seconds (Conversion Signals).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `app_id` | string | Yes | The ID of the app to get the last fired at report. This is typically the app's bundle identifier (e.g., 'com.reddit.frontpage' for Android or iOS apps). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get A Report

**Slug:** `REDDIT_ADS_GET_A_REPORT`

Tool to generate a metrics report for ad performance based on specified fields and breakdowns. Use when you need detailed insights and analytics on ad performance, audience engagement, impressions, clicks, spend, and other advertising metrics. Supports up to 3 breakdowns (4 with COUNTRY and REGION combination) and provides paginated results.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The report data parameters including time range, fields, and optional breakdowns. |
| `page.size` | integer | No | The number of items to be returned by page. |
| `page.token` | string | No | The token for the page to retrieve. Used for pagination. |
| `ad_account_id` | string | Yes | The ID of the ad account to get the ads report under. Example: 'a2_imh76hh7e126' |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Business by ID

**Slug:** `REDDIT_ADS_GET_BUSINESS`

Tool to get business details by ID from the Reddit Ads API. Use when you need to retrieve information about a specific business entity including its name, industry, contact details, and metadata. The member must have memberships to the business to access this endpoint.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `business_id` | string | Yes | The ID of the business to get. This endpoint requires the member to have memberships to the business. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Campaign by ID

**Slug:** `REDDIT_ADS_GET_CAMPAIGN`

Retrieve a specific Reddit Ads campaign by its ID. Returns comprehensive campaign information including objective, status, budget, targeting, and optimization settings. Rate limited to 400 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `campaign_id` | string | Yes | The ID of the campaign to retrieve. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Channel Planning Reach

**Slug:** `REDDIT_ADS_GET_CHANNEL_PLANNING_REACH`

Tool to retrieve estimated reach data for a given set of targeting parameters. Returns a series of 10 data points representing the reach curve by impressions. Use when planning ad campaigns and estimating potential audience reach based on duration, location, age, and gender targeting.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `gender` | string ("MALE" | "FEMALE" | "ALL") | No | Gender for targeting. |
| `max_age` | integer | No | The maximum age for targeting. Must be greater than min_age. Defaults to 99 if not specified. 99 represents ages 99 and older. |
| `min_age` | integer | No | The minimum age for targeting. Must be less than max_age. Defaults to 18 if not specified. |
| `page_size` | integer | No | The number of items to be returned by page. Used for pagination. |
| `page_token` | string | No | The token for the page to retrieve. Used for pagination. |
| `geolocation` | string ("US" | "CA" | "GB") | Yes | The country code for targeting. Supported values: US (United States), CA (Canada), GB (United Kingdom). |
| `duration_days` | integer ("7" | "28") | Yes | Number of days in the reach prediction window. Must be either 7 or 28 days. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Child Funding Instruments

**Slug:** `REDDIT_ADS_GET_CHILD_FUNDING_INSTRUMENTS`

Tool to retrieve a list of Funding Instrument Allocations for a parent funding instrument. Use when you need to view child allocations, check billing amounts, or verify servability status. Note: This endpoint is rate-limited to 30 requests per 60 seconds under the Billing rate limit category.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page.size` | integer | No | The number of items to be returned per page |
| `page.token` | string | No | The token for the page to retrieve. Use this to fetch subsequent pages of results |
| `funding_instrument_id` | string | Yes | The ID of the parent funding instrument to retrieve allocations for |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Custom Audience

**Slug:** `REDDIT_ADS_GET_CUSTOM_AUDIENCE`

Tool to retrieve a custom audience by ID from Reddit Ads API. Use when you need to fetch detailed information about a specific custom audience including its configuration, status, and size estimates. Rate limit: 500 requests per 60 seconds (Targeting Taxonomy).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `audience_id` | string | Yes | The ID of the custom audience to retrieve |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Lead Gen Form by ID

**Slug:** `REDDIT_ADS_GET_LEAD_GEN_FORM`

Tool to retrieve details for a specific lead generation form by ID from Reddit Ads. Use when you need to get form information including name, prompt, privacy link, questions, and timestamps. Rate limit: 20 requests per 60 seconds (Leads category).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lead_gen_form_id` | string | Yes | The ID of the form to retrieve. Format: UUID (e.g., '346ac343-fbb3-4738-82db-70828af30648'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Authenticated Member

**Slug:** `REDDIT_ADS_GET_ME`

Tool to get the authenticated member's information from the Reddit Ads API. Use when you need to retrieve details about the currently authenticated user including their Reddit username, email, name, and phone number. Rate limit: 100 requests per 60 seconds (Business Manager).

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Pixel Last Fired At Report

**Slug:** `REDDIT_ADS_GET_PIXEL_LAST_FIRED_AT`

Tool to retrieve the last time conversion events were fired for a specific conversion pixel. Use when you need to check conversion tracking status or verify that pixel events are being received. Rate limit: 30 requests per 60 seconds (Conversion Signals).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `pixel_id` | string | Yes | The ID of the pixel to get the report. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Post by ID

**Slug:** `REDDIT_ADS_GET_POST`

Tool to retrieve a promoted or organic Reddit post by its ID. Returns post details including type, content, headline, and metadata. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `post_id` | string | Yes | The ID of the promoted post to get. Must match pattern ^t3_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Catalog

**Slug:** `REDDIT_ADS_GET_PRODUCT_CATALOG`

Tool to retrieve a specific product catalog by ID from the Reddit Ads API. Use when you need to fetch details about a particular product catalog including its name, language, currency, attached pixels, and product statistics. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `catalog_id` | string | Yes | The ID of the product catalog. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Feed

**Slug:** `REDDIT_ADS_GET_PRODUCT_FEED`

Tool to retrieve metadata for a specific product feed by ID. Use when you need to fetch details about a particular feed including its URL, schedule, authentication credentials, and update mode.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `feed_id` | string | Yes | The ID of the product feed. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Set

**Slug:** `REDDIT_ADS_GET_PRODUCT_SET`

Tool to retrieve metadata for a specific product set by ID from the Reddit Ads API. Use when you need to fetch details about a particular product set including its name, filter rules, and product statistics. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `product_set_id` | string | Yes | The ID of the product set. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Profile by ID

**Slug:** `REDDIT_ADS_GET_PROFILE`

Tool to retrieve details for a specific profile by ID from the Reddit Ads API. Use when you need to get profile information including business ID, Reddit username, and modification timestamp. Rate limit: 100 requests per 60 seconds (Business Manager).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `profile_id` | string | Yes | The ID of the profile to get. Must match pattern ^t2_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Saved Audience

**Slug:** `REDDIT_ADS_GET_SAVED_AUDIENCE`

Tool to retrieve a saved audience by ID from Reddit Ads API. Use when you need to fetch detailed information about a specific saved audience including its targeting criteria and status. Rate limit: 400 requests per 60 seconds (Campaign Management Read).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `saved_audience_id` | string | Yes | The ID of the saved audience to retrieve. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get SKAdNetwork Availability

**Slug:** `REDDIT_ADS_GET_SK_AD_NETWORK_AVAILABILITY`

Tool to get SKAdNetwork IDs availability quota for an iOS app. Use when you need to check how many SKAdNetwork IDs are available for campaigns, ad groups, or ads.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `app_id` | string | Yes | App ID from the iOS App Store. Only providing the iOS app ID will return the SKAN campaign_quota for the given app ID. |
| `ad_group_id` | string | No | The ad group ID. Required when querying SKAN ad_quota for a specific ad group within the specified app ID. |
| `campaign_id` | string | No | Campaign ID. Required when querying SKAN ad_group_quota for a given campaign ID. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Structured Post by ID

**Slug:** `REDDIT_ADS_GET_STRUCTURED_POST`

Tool to retrieve a structured post by its ID from the Reddit Ads API. Returns post details including creative content which can be image, text, video, or carousel type. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `post_id` | string | Yes | The ID of the post to retrieve. Must match pattern ^t3_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List 3rd Party Audiences

**Slug:** `REDDIT_ADS_LIST3RD_PARTY_AUDIENCES`

Tool to retrieve all available 3rd party audiences from Reddit Ads API for targeting purposes. Use when you need to get a list of third-party data audiences for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Ad Accounts By Business

**Slug:** `REDDIT_ADS_LIST_AD_ACCOUNTS_BY_BUSINESS`

Tool to get a list of ad accounts under a business on Reddit Ads. Use when you need to retrieve ad accounts associated with a specific business ID. Supports filtering by specific ad account IDs and pagination for large result sets. Rate limit: Campaign Management Read (400 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | string | No | IDs of ad accounts to search for within the business. Ad accounts should be comma-separated |
| `page_size` | integer | No | The number of items to be returned by page |
| `page_token` | string | No | The token for the page to retrieve |
| `business_id` | string | Yes | The ID of the business to get ad accounts for |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Ad Groups

**Slug:** `REDDIT_ADS_LIST_AD_GROUPS`

Tool to list ad groups for a Reddit ad account. Use when you need to retrieve ad groups for campaign management. Rate limit: Campaign Management Read - 400 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | array | No | The list of ad group IDs to filter by. |
| `page_size` | integer | No | The number of items to be returned per page. |
| `page_token` | string | No | The token for the page to retrieve (for pagination). |
| `campaign_id` | string | No | The ID of the campaign to list ad groups under. |
| `ad_account_id` | string | Yes | The ID of the ad account to list ad groups for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Ads

**Slug:** `REDDIT_ADS_LIST_ADS`

Tool to list ads by ad account on Reddit Ads platform. Use when you need to retrieve advertising campaigns for a specific ad account. Note: Only 1 ad will appear for each Max campaign. Supports filtering by specific ad IDs and pagination for large result sets.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | array | No | Optional list of specific ad IDs to filter by. When provided, only ads matching these IDs will be returned. |
| `page.size` | integer | No | Number of ads to return per page. Controls pagination size for the results. |
| `page.token` | string | No | Token for retrieving a specific page of results. Use the token from the pagination.next_url or pagination.previous_url to navigate through pages. |
| `ad_account_id` | string | Yes | The ID of the ad account to list ads for. This is the unique identifier for the Reddit Ads account. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Campaigns

**Slug:** `REDDIT_ADS_LIST_CAMPAIGNS`

Tool to list campaigns by ad account with pagination support. Use when you need to retrieve campaigns for a specific Reddit Ads account. Rate limit: Campaign Management Read - 400 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | array | No | The list of campaign IDs to filter by. If provided, only campaigns with matching IDs will be returned. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |
| `ad_account_id` | string | Yes | The ID of the ad account to list campaigns for. This is a required path parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Carriers

**Slug:** `REDDIT_ADS_LIST_CARRIERS`

Tool to retrieve all available carriers from Reddit Ads API for targeting purposes. Use when you need to get a list of mobile carriers for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Catalog Imports

**Slug:** `REDDIT_ADS_LIST_CATALOG_IMPORTS`

Tool to retrieve all imports for a catalog. Use when you need to list import history and status for a specific product catalog. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `feed_ids` | array | No | List of product feed IDs to filter by. |
| `statuses` | array | No | Catalog import statuses to filter by. |
| `page_size` | integer | No | The number of items to be returned by page. |
| `catalog_id` | string | Yes | The ID of the parent product catalog. |
| `page_token` | string | No | The token for the page to retrieve. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Communities

**Slug:** `REDDIT_ADS_LIST_COMMUNITIES`

Tool to list targetable communities matched by their names. Use when you need to find Reddit communities (subreddits) available for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `names` | string | No | Comma-separated list of community names to get info for. Queried community won't be in response if it is not targetable. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Communities Suggestions

**Slug:** `REDDIT_ADS_LIST_COMMUNITIES_SUGGESTIONS`

Tool to fetch suggested communities for given community names from Reddit Ads API. Use when you need to discover relevant communities for ad targeting based on community names or website URLs. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `names` | string | No | Comma-separated list of community names to get info for. If query is not provided, it will return a set of default suggestions. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |
| `website_url` | string | No | The website that suggestions should relate to. If parameter is empty or not included, it will use the user's business website. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Devices

**Slug:** `REDDIT_ADS_LIST_DEVICES`

Tool to retrieve all available devices from Reddit Ads API for targeting purposes. Use when you need to get a list of devices (by make and model) for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Funding Instruments

**Slug:** `REDDIT_ADS_LIST_FUNDING_INSTRUMENTS`

Tool to list funding instruments (payment methods) for a Reddit Ads ad account. Use when you need to retrieve billing information or check available payment methods. Rate limit: 30 requests per 60 seconds (Billing category).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `mode` | string ("ACTIVE" | "INACTIVE" | "UPCOMING" | "SELECTABLE" | "ALL") | No | Enum for funding instrument modes. |
| `types` | array | No | A list of funding instrument types to filter by. |
| `search` | string | No | Search text to filter funding instruments by name or other text fields. |
| `end_time` | string | No | End time in ISO-8601 format to filter funding instruments. |
| `page_size` | integer | No | The number of items to return per page. |
| `page_token` | string | No | The pagination token for retrieving the next page of results. Obtained from the previous response's pagination.next_url. |
| `start_time` | string | No | Start time in ISO-8601 format to filter funding instruments. |
| `ad_account_id` | string | Yes | The ID of the ad account to list funding instruments for. |
| `is_selectable` | boolean | No | Deprecated parameter. Use mode=SELECTABLE or mode=ALL instead. |
| `funding_instrument_ids` | array | No | A list of funding instrument IDs to filter by. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Geolocations

**Slug:** `REDDIT_ADS_LIST_GEOLOCATIONS`

Tool to fetch a list of geolocations from Reddit Ads API. Use when you need geographic targeting options. Postal code and City geolocations are excluded by default unless postal_code or cities_search parameters are provided.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `country` | string | No | The filter for retrieving all geolocations by country. |
| `postal_code` | string | No | The filter for retrieving postal code geolocations by substring match. |
| `cities_search` | string | No | The filter for retrieving city geolocations by substring match. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Industries

**Slug:** `REDDIT_ADS_LIST_INDUSTRIES`

Tool to retrieve all available industries from Reddit Ads API. Use when you need to get a complete list of industries for targeting or classification purposes. Returns industry IDs and display names.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Interests

**Slug:** `REDDIT_ADS_LIST_INTERESTS`

Tool to retrieve all available interests from Reddit Ads API for targeting purposes. Use when you need to get a list of interests for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Lead Gen Forms

**Slug:** `REDDIT_ADS_LIST_LEAD_GEN_FORMS`

Tool to list lead generation forms for a Reddit Ads ad account. Use when you need to retrieve all lead gen forms associated with a specific ad account. Rate limit: 20 requests per 60 seconds (Leads category).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to return per page. Use to control pagination size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |
| `ad_account_id` | string | Yes | The ID of the ad account to list lead gen forms for. Format: a2_<identifier> (e.g., 'a2_imh76hh7e126'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List My Businesses

**Slug:** `REDDIT_ADS_LIST_MY_BUSINESSES`

Tool to retrieve details of businesses associated with the provided access token. Use when you need to get a list of businesses the user has access to, with optional filters for ad account ID or user role (BUSINESS_ADMIN or CATALOG_ADMIN).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `role` | string ("BUSINESS_ADMIN" | "CATALOG_ADMIN") | No | Enum for business role types |
| `page_size` | integer | No | The number of items to be returned by page. |
| `page_token` | string | No | The token for the page to retrieve. |
| `ad_account_id` | string | No | Optional ad account ID to filter businesses by. If provided, will return businesses that give the member access to the ad account. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Pixels By Ad Account

**Slug:** `REDDIT_ADS_LIST_PIXELS_BY_AD_ACCOUNT`

Tool to list pixels by ad account. Use when you need to retrieve conversion pixels for a specific Reddit Ads account. Note: Rate limited to 30 requests per 60 seconds (Conversion Signals).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page.size` | integer | No | The number of items to be returned per page. |
| `page.token` | string | No | The token for the page to retrieve. Use the value from pagination.next_url or pagination.previous_url in a previous response to navigate pages. |
| `ad_account_id` | string | Yes | The ID of the ad account to list pixels for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Pixels by Business

**Slug:** `REDDIT_ADS_LIST_PIXELS_BY_BUSINESS`

Tool to list all pixels associated with a specific business. Use when you need to retrieve conversion tracking pixels for a business. Rate limited to 30 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned by page (must be ≥ 1). |
| `page_token` | string | No | The token for the page to retrieve. Use this for pagination. |
| `business_id` | string | Yes | The ID of the business to list pixels for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Posts by Profile

**Slug:** `REDDIT_ADS_LIST_POSTS`

Tool to list up to 1,000 of the most recent posts for a specified profile. Use when you need to retrieve posts from a Reddit profile. Supports filtering by post type (CAROUSEL, IMAGE, TEXT, VIDEO) and source (ORGANIC, PROMOTED). Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string ("CAROUSEL" | "IMAGE" | "TEXT" | "VIDEO") | No | The type of posts to be fetched. |
| `source` | string ("ORGANIC" | "PROMOTED") | No | The source of posts to be fetched. |
| `page_size` | integer | No | The number of items to be returned per page. Maximum 1,000 posts can be retrieved. |
| `page_token` | string | No | The token for the page to retrieve. Use the next_url or previous_url from pagination response to navigate pages. |
| `profile_id` | string | Yes | The ID of the profile to list posts for. Must match pattern ^t2_.* |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Product Catalogs

**Slug:** `REDDIT_ADS_LIST_PRODUCT_CATALOGS`

Tool to retrieve details for all product catalogs belonging to a business. Use when you need to list all catalogs for a specific business ID. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `business_id` | string | Yes | The ID of the parent business. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Product Feeds

**Slug:** `REDDIT_ADS_LIST_PRODUCT_FEEDS`

Tool to retrieve metadata for all feeds in a product catalog. Use when you need to list all feeds for a specific catalog ID to view feed configurations, URLs, and schedules.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `catalog_id` | string | Yes | The ID of the parent product catalog. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Product Sets

**Slug:** `REDDIT_ADS_LIST_PRODUCT_SETS`

Tool to retrieve all product sets in a catalog. Use when you need to list product sets for a specific catalog ID. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. |
| `catalog_id` | string | Yes | The ID of the parent product catalog. |
| `page_token` | string | No | The token for the page to retrieve (for pagination). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Products In Product Catalog

**Slug:** `REDDIT_ADS_LIST_PRODUCTS_IN_PRODUCT_CATALOG`

Tool to retrieve all products in a Reddit Ads product catalog. Use when you need to list products for advertising campaigns, with optional filtering by approval status, search terms, or specific product IDs.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | array | No | Optional list of specific product IDs to filter by. When provided, only products matching these IDs will be returned. |
| `search` | string | No | Search query to filter products by title, description, or other text fields. |
| `page.size` | integer | No | Number of products to return per page. Controls pagination size for the results. |
| `catalog_id` | string | Yes | The ID of the product catalog to list products from. |
| `page.token` | string | No | Token for retrieving a specific page of results. Use the token from pagination.next_url or pagination.previous_url to navigate through pages. |
| `approval_decision` | string ("PENDING" | "APPROVED" | "REJECTED") | No | Enum for product approval decisions in Reddit Ads. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Products In Product Set

**Slug:** `REDDIT_ADS_LIST_PRODUCTS_IN_PRODUCT_SET`

Tool to retrieve all products in a Reddit Ads product set. Use when you need to list products within a specific product set, with optional filtering by approval status, issue codes, search terms, or specific product IDs.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | array | No | Optional list of specific product IDs to filter by. When provided, only products matching these IDs will be returned. |
| `search` | string | No | Search query to filter products by title, description, or other text fields. |
| `page.size` | integer | No | Number of products to return per page. Controls pagination size for the results. |
| `issue_code` | string ("INVALID_ADDITIONAL_IMAGE_LINKS" | "INVALID_SALE_PRICE" | "INVALID_SALE_PRICE_EFFECTIVE_DATE" | "INVALID_EXPIRATION_DATE" | "IMAGE_PROCESSING_ERROR" | "IMAGE_REJECTED" | "LOW_IMAGE_QUALITY" | "INVALID_CUSTOM_LABEL_0" | "INVALID_CUSTOM_LABEL_1" | "INVALID_CUSTOM_LABEL_2" | "INVALID_CUSTOM_LABEL_3" | "INVALID_CUSTOM_LABEL_4" | "INVALID_GOOGLE_PRODUCT_CATEGORY" | "INVALID_PRODUCT_TYPE" | "INVALID_BRAND" | "INVALID_GTIN" | "INVALID_MPN" | "INVALID_ITEM_GROUP_ID" | "INVALID_COST_OF_GOODS_SOLD" | "INVALID_AVAILABILITY" | "INVALID_MOBILE_LINK" | "INVALID_PLATFORM_SPECIFIC_LINK" | "INVALID_AVERAGE_REVIEW_RATING" | "INVALID_NUMBER_OF_RATINGS" | "INVALID_CONDITION" | "INVALID_AGE_GROUP" | "INVALID_GENDER" | "INVALID_COLOR" | "INVALID_SIZE" | "INVALID_SIZE_TYPE" | "INVALID_MATERIAL" | "INVALID_PATTERN" | "INVALID_CUSTOM_NUMBER_0" | "INVALID_CUSTOM_NUMBER_1" | "INVALID_CUSTOM_NUMBER_2" | "INVALID_CUSTOM_NUMBER_3" | "INVALID_CUSTOM_NUMBER_4" | "INVALID_PRODUCT_DETAIL" | "INVALID_PRODUCT_HIGHLIGHT" | "INVALID_LIFESTYLE_IMAGE_LINK" | "INVALID_IS_BUNDLE" | "INCOMPATIBLE_WITH_FUTURE_RELEASE") | No | Enum for product issue codes that can be used to filter products. |
| `page.token` | string | No | Token for retrieving a specific page of results. Use the token from pagination.next_url or pagination.previous_url to navigate through pages. |
| `product_set_id` | string | Yes | The ID of the product set to list products from. |
| `approval_decision` | string ("PENDING" | "APPROVED" | "REJECTED") | No | Enum for product approval decisions in Reddit Ads. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Profiles By Ad Account

**Slug:** `REDDIT_ADS_LIST_PROFILES_BY_AD_ACCOUNT`

Tool to list profiles by ad account from Reddit Ads API. Use when you need to retrieve all profiles associated with a specific ad account. Rate limit: 100 requests per 60 seconds (Business Manager tier).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. Must be between 1 and 100. |
| `page_token` | string | No | The token for the page to retrieve. Use the next_url or previous_url from pagination response to navigate pages. |
| `ad_account_id` | string | Yes | The ID of the ad account to list profiles for. Example: 'a2_imh76hh7e126'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Profiles By Business

**Slug:** `REDDIT_ADS_LIST_PROFILES_BY_BUSINESS`

Tool to list profiles by business. Use when you need to retrieve all profiles associated with a specific business. Rate limit: Business Manager allows 100 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned by page. Must be at least 1. |
| `page_token` | string | No | The token for the page to retrieve. Use this to navigate to the next or previous page of results. |
| `business_id` | string | Yes | The ID of the business to list profiles for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Saved Audiences

**Slug:** `REDDIT_ADS_LIST_SAVED_AUDIENCES`

Tool to list saved audiences for a Reddit ad account. Use when you need to retrieve saved audience configurations with their targeting details. Rate limit: 400 requests per 60 seconds (Campaign Management Read).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned by page. Must be a positive integer. |
| `page_token` | string | No | The token for the page to retrieve. Use this for pagination to fetch subsequent pages. |
| `ad_account_id` | string | Yes | The ID of the ad account to list saved audiences for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Structured Posts

**Slug:** `REDDIT_ADS_LIST_STRUCTURED_POSTS`

Tool to list structured posts for a profile or retrieve up to 10 specific structured posts by ID. Use when you need to retrieve structured posts owned by a Reddit Ads profile. Rate limit: Creative Management Read - 200 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | array | No | List of specific post IDs to filter by. Returns up to 10 specific structured posts by ID owned by the profile. |
| `type` | string ("CAROUSEL" | "IMAGE" | "TEXT" | "VIDEO") | No | Type of structured post. |
| `source` | string ("ORGANIC" | "PROMOTED") | No | Source of structured post. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |
| `profile_id` | string | Yes | The ID of the profile to list posts for. This is a required path parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Time Zones

**Slug:** `REDDIT_ADS_LIST_TIME_ZONES`

Tool to retrieve all available time zones from Reddit Ads API for campaign scheduling. Use when you need to get a list of time zones for setting campaign schedules or display times. Rate limit: Campaign Management Read - 400 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List User Custom Audiences

**Slug:** `REDDIT_ADS_LIST_USER_CUSTOM_AUDIENCES`

Tool to list all Custom Audiences under an ad account. Use when you need to retrieve custom audiences for targeting in Reddit Ads campaigns. Rate limit: 500 requests per 60 seconds (Targeting Taxonomy).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | No | Optional field used for filtering by a specific custom audience name. |
| `page_size` | integer | No | The number of items to be returned by page. |
| `page_token` | string | No | The token for the page to retrieve. |
| `ad_account_id` | string | Yes | The ID of the parent ad account (e.g., 'a2_imh76hh7e126'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Query Ad Accounts

**Slug:** `REDDIT_ADS_QUERY_AD_ACCOUNTS`

Tool to query ad accounts by business with optional filtering by actors, assets, roles, or custom filter string. Use when you need to retrieve ad accounts for a specific business with filtering capabilities. Rate Limit: Business Manager - 100 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | No | Filter criteria for querying ad accounts. |
| `page_size` | integer | No | The number of items to be returned by page. |
| `page_token` | string | No | The token for the page to retrieve. |
| `business_id` | string | Yes | The ID of the business to query ad accounts for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Query funding instruments by business

**Slug:** `REDDIT_ADS_QUERY_FUNDING_INSTRUMENTS_BY_BUSINESS`

Query funding instruments (credit lines) by business with pagination support. Use when you need to retrieve or filter funding instruments for a Reddit Ads business account. Requires adsread OAuth scope. Rate limit: 30 requests per 60 seconds (Billing category).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | No | Data payload for querying funding instruments. |
| `search` | string | No | A search term to filter funding instruments by name, ID, or type. |
| `page_size` | integer | No | The number of items to be returned by page. |
| `page_token` | string | No | The token for the page to retrieve. |
| `business_id` | string | Yes | The ID of the business to query funding instruments for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Search Communities

**Slug:** `REDDIT_ADS_SEARCH_COMMUNITIES`

Tool to search for Reddit communities based on their name or topic. Use when you need to find subreddits for ad targeting purposes. Returns all communities if no query is provided.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | No | A string that will be used to query (search) for communities by name or by topics. If parameter is empty or not included, it will return all subreddits. |
| `page_size` | integer | No | The number of items to be returned per page. Controls pagination page size. |
| `page_token` | string | No | The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Ad Account

**Slug:** `REDDIT_ADS_UPDATE_AD_ACCOUNT`

Tool to update a Reddit ad account configuration. Use when you need to modify account settings like name, attribution windows, excluded communities/keywords, or account approval state. Subject to Campaign Management Write rate limit: 200 requests per 60 seconds.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Ad account fields to update. Only include fields you want to modify |
| `ad_account_id` | string | Yes | The ID of the ad account to update. Must start with 't2_' or 'a2_' |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Business

**Slug:** `REDDIT_ADS_UPDATE_BUSINESS`

Tool to update a business by ID in Reddit Ads. Use when you need to modify business settings such as name, industry, country, or contact information. Rate limit: 100 requests per 60 seconds for Business Manager operations.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The business data to update. |
| `business_id` | string | Yes | The ID of the business to update. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Campaign

**Slug:** `REDDIT_ADS_UPDATE_CAMPAIGN`

Tool to update a campaign by ID in Reddit Ads. Use when you need to modify campaign settings such as name, status, budget, or targeting parameters. Rate limit: 200 requests per 60 seconds (Campaign Management Write).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Campaign data to update. |
| `campaign_id` | string | Yes | The ID of the campaign to update. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Custom Audience Users

**Slug:** `REDDIT_ADS_UPDATE_CUSTOM_AUDIENCE_USERS`

Tool to update users in a Reddit Ads Custom Audience by adding or removing user identifiers. Use when you need to modify audience membership based on hashed user data like emails or mobile advertising IDs. Limited to 2,500 user entries per request.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Data payload containing the action type, column schema, and user identifier data |
| `audience_id` | string | Yes | The ID of the Custom Audience to update |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Post

**Slug:** `REDDIT_ADS_UPDATE_POST`

Tool to update a Reddit post by ID. Use when you need to modify post settings like enabling/disabling comments. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Post metadata to update. |
| `post_id` | string | Yes | The ID of the post to update. Must start with 't3_' |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Product Catalog

**Slug:** `REDDIT_ADS_UPDATE_PRODUCT_CATALOG`

Tool to update a product catalog's name or attached Pixel IDs in Reddit Ads. Use when you need to modify catalog settings such as name or event sources.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The catalog data to update. |
| `catalog_id` | string | Yes | The ID of the product catalog to update. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Product Feed

**Slug:** `REDDIT_ADS_UPDATE_PRODUCT_FEED`

Tool to update a product feed's metadata in Reddit Ads. Use when you need to modify feed properties such as name, URL, mode, authentication credentials, or schedule configuration.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The product feed data to update. |
| `feed_id` | string | Yes | The ID of the product feed to update. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Product Set

**Slug:** `REDDIT_ADS_UPDATE_PRODUCT_SET`

Tool to update a product set's name and filter rules in Reddit Ads. Use when you need to modify the name or filter conditions of an existing product set.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | The product set data to update. |
| `product_set_id` | string | Yes | The ID of the product set to update. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Saved Audience

**Slug:** `REDDIT_ADS_UPDATE_SAVED_AUDIENCE`

Tool to update a saved audience by ID in Reddit Ads. Use when you need to modify saved audience settings such as name, targeting criteria, or status. Rate limit: 200 requests per 60 seconds (Campaign Management Write).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Saved audience data to update |
| `saved_audience_id` | string | Yes | The ID of the saved audience to update |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Update Structured Post

**Slug:** `REDDIT_ADS_UPDATE_STRUCTURED_POST`

Tool to update a structured post by ID. Only allow_comments can be updated on an existing structured post. To change the headline, link, or media assets, create a new structured post instead. Rate limit: 200 requests per 60 seconds (Creative Management).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | Yes | Post metadata to update. Only allow_comments can be modified. |
| `post_id` | string | Yes | The ID of the post to update. Must start with 't3_'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
