check_watches
Retrieve new papers from your Scholar Feed watches since the last digest, without marking them as read. Optionally filter by watch name or ID.
Instructions
Pull new matching papers since the last digest delivery, in the same shape as search_papers results. Optionally scope to one watch by watch_name OR watch_id; omit both for all watches. Read-only and idempotent — does NOT advance any watermark (only digest delivery does), so it is safe to call repeatedly (no mark-on-read). This is the in-session 'anything new on my watches?' pull. Requires SF_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_name | No | Scope to one watch by name. Provide this OR watch_id, or neither for all. | |
| watch_id | No | Scope to one watch by UUID. Provide this OR watch_name, or neither for all. | |
| limit | No | Max hits to return (max 100). |