watch_topic
Set a standing alert for new papers on a specific arXiv topic. Returns only papers published since the last check when polled with check_alerts.
Instructions
Save or update a persistent research topic watch. When checked via check_alerts, returns only papers published since the last check — acting as a standing alert for new work on a topic. The topic string uses the same query syntax as search_papers (quoted phrases, field specifiers, boolean operators). Examples: '"diffusion models" AND ti:"video generation"', 'au:"LeCun" AND cs.LG'. Calling watch_topic with the same topic string updates the existing watch rather than creating a duplicate. Pair with check_alerts to poll for new papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Query string to monitor. Uses arXiv search syntax — quoted phrases for exact matches, field specifiers (ti:, au:, abs:), and boolean operators (AND, OR, ANDNOT). Example: '"reinforcement learning" AND "robotics"'. | |
| categories | No | Optional arXiv category filter (e.g. ['cs.LG', 'cs.AI']). Narrows results to specific fields. | |
| max_results | No | Maximum papers to return per alert check (default: 10). |