API Reference

Meta Ads / API Reference

meta_ads_duplicate_adset

Meta Ads tool. Duplicate an existing Meta Ads ad set (and optionally its ads). Args: adset_id: Ad set ID to duplicate (required). new_name: Name for the duplicated ad set. Defaults to original name + ' (Copy)'. campaign_id: Destination campaign ID. Leave blank to duplicate into the same campaign. deep_copy: If True, also copies the ads inside the ad set. Default True. status_override: Status for the new ad set: PAUSED, ACTIVE, or INHERITED_FROM_SOURCE. Default PAUSED.

This is a read-only tool: it returns duplicate adset 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 adset in my Meta Ads account for [adset id].

It takes 1 required and 4 optional parameters.

Parameters

ParameterTypeRequiredDescription
adset_idstringYesAdset Id
new_namestringNoNew Name
campaign_idstringNoCampaign Id
deep_copybooleanNoDeep Copy
status_overridestringNoStatus Override

Related Meta Ads tools

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:

Start using MCP Ads