list_products
Discover which products have been sold recently by listing distinct product names from purchase history. Use this to identify available products before diving into analysis.
Instructions
List the distinct product names sold recently, derived from purchase history. Use this to discover which products exist before analyzing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent purchases to scan when deriving the product list. |