update_ad_creative
Update the name of an existing ad creative. Meta API does not allow changing copy, headline, CTA, or link URL on existing creatives, so this tool only modifies the creative name for organizational purposes.
Instructions
Update an existing ad creative's name.
IMPORTANT: Meta API does NOT allow changing copy, headline, CTA, or link URL on existing creatives. Creative content is immutable after creation.
To change ad copy: create a NEW creative with create_ad_creative, then swap it on the ad with update_ad(creative_id=new_creative_id).
Args: creative_id: Creative ID to update. name: New creative name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creative_id | Yes | ||
| name | No |