list_gallery_items
Retrieve AWC Gallery items with filters for status, kinds, featured, and visibility. Returns featured items first, then sorted by publish date.
Instructions
List AWC Gallery items. Filter by status/kinds/featured/visibility. kinds is OR-match (any overlap). Ordered by featured first, featured_rank asc, then published_at desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Kinds filter — items with ANY of these kinds match | |
| limit | No | Max results (default 50) | |
| offset | No | Pagination offset | |
| status | No | Lifecycle status filter (default: no filter) | |
| visibility | No | Visibility filter | |
| is_featured | No | Featured flag filter |