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

meta_duplicate_adset

Duplicate a known-good ad set within the selected account, preserving complex native configuration.

Duplicate a known-good ad set within the selected account, preserving complex native configuration. Always PAUSED and WITHOUT copying ads. Rename it afterwards with meta_rename_adset. 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.
adSetIdstringRequiredNumeric ID of the existing ad set in the selected account.
campaignIdstringOptionalNumeric ID of the parent campaign in the selected account. Its budget model and objective determine compatible ad set settings.
startTimestringOptionalOptional new start time as ISO 8601 with explicit UTC offset.
endTimestringOptionalOptional new end time as ISO 8601 with explicit UTC offset, after the start.
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_duplicate_adset",
    "args": {
      "adAccountId": "<string>",
      "adSetId": "<string>"
    }
  }
}
Esc

Type to search