Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_update_product_set

Replace a product set filter or rename it. A write tool that previews before it changes anything, one of 57 Meta Ads tools on the Get MCP Ads MCP gateway.

Replace a product set filter or rename it. Catalog ownership and set membership are checked before writing. 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_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected owning ad account ID, with or without act_. Every referenced ad object must belong to it.
catalogIdstringRequiredNumeric catalog ID. Writes require the catalog and selected ad account to have the same owning Business.
productSetIdstringRequiredNumeric product set ID belonging to catalogId.
namestringOptionalExact business name to give this object. Do not derive it from an uploaded filename.
filterobjectOptionalComplete native product-set filter. Updates replace the existing filter.
confirmbooleanOptionalApply only when true. Default is a local preview with no API mutation.
validateOnlybooleanOptionalAsk Meta to validate, without creating or changing an object. Mutually exclusive with confirm.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_update_product_set",
    "args": {
      "adAccountId": "<string>",
      "catalogId": "<string>",
      "productSetId": "<string>"
    }
  }
}
Esc

Type to search