Inputs
SelectItem
SelectableOption
Output
Type:Dict
Returns the created ad ID and the creative ID attached to it.
Fields: ad_id, creative_id, ad_name, adset_id, statusDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a new Meta ad from an existing ad creative ID
| App | Meta Ads |
| Operation ID | meta_ads_create_ad_from_creative |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 2 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Meta Ads account, ask the user for it if not provided |
adset_id | string or SelectItem | Yes | - | Select the ad set where the new ad should be created, ask the user for it if not provided |
ad_name | string | Yes | - | Name of the new ad |
creative_id | string | Yes | - | Existing Meta ad creative ID to attach to the new ad. Use this when reusing or duplicating a creative that already exists in Meta. |
ad_status | string or SelectableOption | No | - | Select the status for the new ad. Available options: ‘ACTIVE’, ‘PAUSED’. Defaults to ‘PAUSED’. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns the created ad ID and the creative ID attached to it.
Fields: ad_id, creative_id, ad_name, adset_id, status