# meta_get_catalog_products

> Read Product Catalogs and Product Items when catalog access is available. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

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

Read Product Catalogs and Product Items when catalog access is available. Returns join-ready product metadata without creating or updating catalog assets.

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

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `businessId` | string | Optional | Business Manager ID used to discover owned/client product catalogs. |
| `catalogId` | string | Optional | Product Catalog ID to read directly. |
| `productIds` | array | Optional | Specific Product Item IDs to fetch via the batch IDs endpoint. |
| `search` | string | Optional | Client-side substring filter across product id, retailer_id, name, brand, category, type, and custom labels. |
| `includeProducts` | boolean | Optional | Fetch product items for discovered/provided catalogs. Default: `true`. |
| `includeProductSets` | boolean | Optional | Also attempt product_sets edges for catalog context. Default: `false`. |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional | Pagination cursor from previous response. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_catalog_products",
    "args": {}
  }
}
```

- [Meta Ads metrics](https://www.getmcpads.com/docs/sources/meta-ads/metrics): What you can ask for.
- [Meta Ads dimensions](https://www.getmcpads.com/docs/sources/meta-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/meta-ads/tools/meta_get_catalog_products
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
