meta_ update_ ad_ creative
Replace an ad’s creative with another existing creative from the same account.
Replace an ad’s creative with another existing creative from the same account. The ad status is unchanged. 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. |
adId | string | Required | Numeric ID of the existing ad to modify in the selected account. |
creativeId | string | Required | Numeric ID of an existing ad creative in the selected account; not an image hash or video ID. |
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_update_ad_creative",
"args": {
"adAccountId": "<string>",
"adId": "<string>",
"creativeId": "<string>"
}
}
}