check_favorite_price_drops
Track favorite product price changes by comparing current prices to the previous check, reporting drops, rises, added, and removed items.
Instructions
Record the current favorites prices and return the diff against the last run: {drops, rises, added, removed}. Call it periodically — the comparison is only as old as the previous call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| added | No | ||
| drops | No | ||
| rises | No | ||
| removed | No |