watchlist_add_rule
Resolve natural-language watchlist requests into concrete ASINs with composite scores, product details, and fulfillment info for user confirmation.
Instructions
Resolve a natural-language watchlist request into concrete ASINs the user can add. Use when the user says 'watch this brand', 'alert me when X loses a seller', 'add Nike to my watchlist', or any watchlist-creation intent. Returns matching ASINs with current scores plus product identity (brand, title, price or price range) and fulfillment (FBA/FBM/AMZ with amz/fba share) so the user can confirm which to add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Brand name to find watchable ASINs for. | |
| asin | No | Specific ASIN to add. If provided, brand is ignored. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| min_composite_score | No | Only candidates with sourcing composite score >= this. | |
| max_composite_score | No | ||
| min_buybox_avg_price | No | ||
| max_buybox_avg_price | No | ||
| min_observed_buybox_days | No | ||
| max_observed_buybox_days | No | ||
| asin_contains | No | ||
| product_title_contains | No | ||
| min_price | No | ||
| max_price | No | ||
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| min_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No | ||
| max_fulfillment_fba_pen_pct | No |