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#
| Name | Type | Required | Default |
|---|---|---|---|
creative_id | string | yes | |
note | string | no |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.