watchlist_add
Add identifiers (ASIN, brand, seller, niche key) to a watchlist. Records current state to enable future comparison and detect changes.
Instructions
Create or add to a saved tracking list the user can monitor over time. list_type is one of asin, brand, seller, niche; name is the user's label for the list; items are the identifiers to track (ASINs, brand names, seller names, or niche keys). Captures a baseline of the current observed state so a later 'what changed' check can show new sellers and score moves. Use when the user says 'track these ASINs', 'add Nike to my brand watchlist', 'start monitoring ...'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_type | Yes | asin | brand | seller | niche | |
| name | Yes | The list's label (e.g. 'Q4 arbitrage candidates'). | |
| items | Yes | Identifiers to add. | |
| marketplace_id | No | Marketplace (2 = Amazon US). |