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.
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
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_catalog_products",
"args": {}
}
}