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

list_swipe_file

Browse the Swipe File — the curated library of exemplar ad creatives (Adlyse-curated winners plus this org’s own saved references) with durable media URLs, ad copy, curator notes, and the extracted angle summary. It’s a platform-agnostic home for video/image ads (filter by media kind, not network).

Use this to find proven reference ads to draw on — each item’s angle_summary and curator_notes explain the transferable idea, and remix_from_swipe_file turns an item into on-brand draft creatives.

Args: scope: all (default) | curated | org media_kind: Optional filter — image | video | text source: Optional filter — competitor_ad | own_creative | upload | url tags: Optional swipe-tag filter (vertical/angle/hook values) featured_only: Only featured curated picks search: Free-text search over title/copy/notes limit: Max items to return (default 24, max 50) offset: Pagination offset

Returns: A dictionary containing:

  • items: list of item objects (id, scope, source, media_kind, aspect, title, advertiser_name, media_url, copy, curator_notes, tags, angle_summary, featured, and more)
  • total, limit, offset
  • source: provenance tag

Parameters#

NameTypeRequiredDefault
scopestringnoall
media_kindstringno
sourcestringno
tagsarrayno
featured_onlybooleannoFalse
searchstringno
limitintegerno24
offsetintegerno0

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