Get new papers from subscriptions
get_subscription_updatesRetrieve a merged, time-ordered feed of recent papers from all followed conferences. Use cursor to resume pagination for continuous updates.
Instructions
Use this when the user asks “any new papers from my subscriptions”, “give me a digest”, or wants a fresh pull of recent work from their tracked venues. Covers EVERY conference the user follows in one merged, time-ordered feed, no subscription id needed. Cursor-aware: pass the previous response's next_cursor as since to resume; omit on the first call. Returns up to limit papers and a next_cursor. Cheap to run on a cadence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | Opaque cursor from a previous response's `next_cursor`. Omit to start from when each conference was first followed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| papers | Yes | ||
| next_cursor | Yes |