save_competitor_ad_to_swipe_file
Save a competitor ad from Brand Watch into the org’s Swipe File — a durable reference copy (media + copy + advertiser snapshot) that survives the competitor rotating or deactivating the ad.
The ad must belong to an advertiser this org actively watches (see insights’ list_watched_competitors / list_competitor_ads). Idempotent: re-saving the same ad/variant returns the existing item.
Args: ad_id: The observed ad id (from list_competitor_ads) variant_position: Optional variant position; defaults to the best visual note: Optional note on why this ad matters
Returns: A dictionary containing:
- item: the saved swipe-file item (id, media_url, copy, …)
- source: provenance tag
Parameters#
| Name | Type | Required | Default |
|---|---|---|---|
ad_id | string | yes | |
variant_position | integer | no | |
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.