List Garments
list_garmentsList user's garments with structured filters or query for hybrid name/SKU/metadata/image-attribute search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | Sort order: 'field:direction', e.g. 'created_at:desc', 'clothing_item_name:asc'. Default: created_at:desc | |
| limit | No | Number of items per page | |
| query | No | Hybrid search across garment names, SKUs, metadata, and visual attributes. | |
| tag_ids | No | Filter to garments with any of these tags | |
| category | No | Filter to garments in any of these canonical categories | |
| end_date | No | Filter: created on or before this date (ISO format) | |
| start_date | No | Filter: created on or after this date (ISO format, e.g. '2025-06-01') | |
| clothing_item_ids | No | Filter to specific garment IDs | |
| include_image_url | No | Set true when the garment image itself is needed for visual display or reuse. |