Refresh prices
watch_refreshRefresh watch price data by re-fetching one or all watches, appending new observations, and returning current, previous, min, max, change percentage, and target hits.
Instructions
This is what actually checks prices: re-fetches one watch or every watch, appends the new observations and returns current, previous, min, max, change %, extraction confidence and target hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Watch id or URL to re-fetch. Omit and set all=true to refresh everything. Nothing runs in the background, so call this whenever the user asks about prices, drops or alerts - typically once at the start of a session, then read alerts_pending. | |
| all | No | Refresh every watch in one call (Pro; on free, refresh one id at a time) |