Meta Ads / API Reference
meta_ads_duplicate_campaign
Meta Ads tool. Duplicate an existing Meta Ads campaign (copies the campaign, ad sets, and ads). For campaigns with more than 3 ad sets, Meta blocks a single synchronous copy. Set sequential=True to duplicate each ad set one-by-one; slower but works for any size. Args: campaign_id: Campaign ID to duplicate (required). new_name: Name for the duplicated campaign. Defaults to original name + ' (Copy)'. account_id: Ad account ID. Leave blank to use .env default. sequential: If True, creates a new campaign shell then duplicates each ad set individually. Use for campaigns with 4+ ad sets. Default False.
This is a read-only tool: it returns duplicate campaign for your Meta Ads account. It changes nothing.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Duplicate campaign in my Meta Ads account for [campaign id].
It takes 1 required and 3 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Yes | Campaign Id |
new_name | string | No | New Name |
account_id | string | No | Account Id |
sequential | boolean | No | Sequential |
Related Meta Ads tools
meta_ads_duplicate_adsetmeta_ads_ab_test_resultsmeta_ads_account_change_historymeta_ads_account_diagnosticsmeta_ads_account_spending_limitmeta_ads_ad
Before you can call it
This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.
Workflows that use this
Rather than calling tools one at a time, these skills run a whole procedure against the same account: