library_save
Save or update a paper in your personal arXivSub library. Bookmark, add to collections, set reading status, or attach notes—without duplicates.
Instructions
Save (or update) a paper in the user's personal arXivSub library. Use for 'save this', 'bookmark that paper', 'add it to my collection', 'note that ...', 'mark as read'. Idempotent: saving the same paper again updates only the fields you pass and never duplicates. Cannot delete — removals are done on the website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note (<=2000 chars). | |
| item_id | Yes | The item's arXivSub id (uuid) from a prior search result. | |
| item_type | Yes | From the search 'source': 'arxiv' -> 'paper', 'conferences' -> 'ciiina'. | |
| reading_status | No | Optional reading status. | |
| collection_name | No | Optional collection/folder name; created automatically if it doesn't exist. |