Fleet — Search Decoded Ads
fleet_search_decoded_adsSearch the published Ad Intelligence corpus (the public decode gallery). Filter by free-text (name/tagline/brand), brand, category, vertical, or platform. Returns list rows with public URLs — never the full structural payload (use fleet_get_decoded_ad for that). Hard cap 50 rows per call; paginate with offset. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Filter by brand name (partial match). | |
| limit | No | Max rows (default 10, hard cap 50). | |
| query | No | Free-text match against ad name, tagline, and brand name. | |
| offset | No | Pagination offset. | |
| category | No | Filter by gallery category (exact match — values from fleet_intel_stats / prior searches). | |
| platform | No | Filter by platform (e.g. facebook, tiktok). | |
| vertical | No | Filter by vertical classification (exact match). |