> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Product Sets

> Lists product sets inside a Meta catalog with their filters and product counts

Lists product sets inside a Meta catalog with their filters and product counts. Use meta\_ads\_list\_catalogs first to find the catalog id. Use id values when creating catalog ads or updating product sets.

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | Meta Ads                     |
| **Operation ID**     | `meta_ads_list_product_sets` |
| **Type**             | Action                       |
| **Connection**       | `meta_ads` (required)        |
| **Credits per run**  | 1                            |
| **Agent / MCP tool** | Yes                          |

## Inputs

| Field        | Type                 | Required | Default | Description                                                           |
| ------------ | -------------------- | -------- | ------- | --------------------------------------------------------------------- |
| `catalog_id` | string or SelectItem | Yes      | -       | Meta catalog ID. Use Meta Ads List Catalogs first to find this value. |
| `limit`      | integer              | No       | `100`   | Maximum number of product sets to return. Default: 100.               |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `List[Dict]`

Returns product sets in the catalog.

**Fields**: `id`, `name`, `product_count`, `filter`
