Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
list_campaignsget_performancelist_adsget_ad_performancelist_change_eventsupdate_campaign_statusupdate_campaign_budget
adlyse-workflows
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-ads

save_creative_to_swipe_file

Save one of the org’s OWN creatives into the Swipe File — a durable reference copy (media + copy) with its 30-day performance frozen at save time as proof.

This is how a generated/remixed creative gets into the Swipe File: first materialize it with save_generated_creative (or remix_from_swipe_file), then pass the returned creative_id here. Also works for any existing Creative Library ad the org wants to keep as a reusable reference.

The creative must belong to this org. Idempotent: re-saving the same creative returns the existing item. Free.

Args: creative_id: The AdCreative id to save (a generated draft or library ad) note: Optional note on why this creative matters

Returns: A dictionary containing:

  • item: the saved swipe-file item (id, media_url, copy, …)
  • source: provenance tag

Parameters#

NameTypeRequiredDefault
creative_idstringyes
notestringno

Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.