check_alerts
Check all saved topic watches for new arXiv papers since the last check. Returns new paper counts and metadata per topic, with optional topic filtering.
Instructions
Check all saved topic watches for newly published papers since the last check. Omitting the topic parameter runs ALL saved watches and returns new papers for each. Passing a topic string checks only that specific watch. Advances each watch's drain cursor after running: when a page is truncated by max_results, has_more=true and check_start advances so later calls return the next papers in the same window (Atom date bounds alone are day-granular and would otherwise re-hit the boundary); last_checked tracks the newest returned paper. When the page is not full, last_checked becomes now and the drain cursor resets. Use watch_topic to register topics before calling this. Returns a clear not-found error if a topic is provided but no matching watch exists. Returns a summary with new paper counts, has_more, and full paper metadata per topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Optional: check only this specific watched topic (must match the topic string used in watch_topic exactly). Omit to check all saved watches. |