list_assets
List brand assets and filter by type, tags, or search text to quickly locate images, documents, videos, links, or Lottie files. Choose detail level for short, medium, or full information.
Instructions
List assets in the brand's visual library. Filter by type (IMAGE|DOCUMENT|VIDEO|LINK|LOTTIE), tags, or search text. Supports detail param: short=id+type+name, medium=key fields, full=raw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags to filter by | |
| type | No | Asset type filter: IMAGE | DOCUMENT | VIDEO | LINK | LOTTIE | |
| limit | No | ||
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| search | No | Full-text search within asset name/description | |
| brandId | No | Brand ID (defaults to active brand) |