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#
| Name | Type | Required | Default |
|---|---|---|---|
scope | string | no | all |
media_kind | string | no | |
source | string | no | |
tags | array | no | |
featured_only | boolean | no | False |
search | string | no | |
limit | integer | no | 24 |
offset | integer | no | 0 |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.