meta_ create_ product_ set
Create a filtered product set in a catalog owned by the same Business as the selected ad account.
Create a filtered product set in a catalog owned by the same Business as the selected ad account. Never publishes to Shops. Local preview by default. No automatic retry. Account ownership is checked before Meta validation or mutation.
- Source
- Meta Ads
- Kind
- Write
- 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 |
|---|---|---|---|
adAccountId | string | Required | Selected owning ad account ID, with or without act_. Every referenced ad object must belong to it. |
catalogId | string | Required | Numeric catalog ID. Writes require the catalog and selected ad account to have the same owning Business. |
name | string | Required | Exact business name to give this object. Do not derive it from an uploaded filename. |
filter | object | Required | Complete native product-set filter. Updates replace the existing filter. |
confirm | boolean | Optional | Apply only when true. Default is a local preview with no API mutation. |
validateOnly | boolean | Optional | Ask Meta to validate, without creating or changing an object. Mutually exclusive with confirm. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_create_product_set",
"args": {
"adAccountId": "<string>",
"catalogId": "<string>",
"name": "<string>",
"filter": "<object>"
}
}
}