list_collections
List all collections OR get a specific collection with its items. Without id: returns all collections with counts/values. With id: returns that collection's metadata and all items inside (with optional filters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Collection ID — if provided, returns that collection with all its items. If omitted, lists all collections. | |
| sort | No | Sort order (only when id is provided, default: newest) | |
| tags | No | Filter items that have ALL these tags (only when id is provided) | |
| status | No | Filter by decision status (only when id is provided) | |
| platform | No | Filter by platform domain name, e.g. "amazon", "ebay" (only when id is provided) | |
| max_price | No | Maximum price filter (only when id is provided) | |
| min_price | No | Minimum price filter (only when id is provided) | |
| created_by | No | Filter by who added: "ai" for AI-added items (only when id is provided) |