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_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. |
adSetId | string | Required | Numeric ID of the existing ad set in the selected account. |
campaignId | string | Optional | Numeric ID of the parent campaign in the selected account. Its budget model and objective determine compatible ad set settings. |
startTime | string | Optional | Optional new start time as ISO 8601 with explicit UTC offset. |
endTime | string | Optional | Optional new end time as ISO 8601 with explicit UTC offset, after the start. |
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_duplicate_adset",
"args": {
"adAccountId": "<string>",
"adSetId": "<string>"
}
}
}