ads_library_documents
Manage documents and notes in an ADS library by adding/removing papers, performing set operations, and handling annotations for astrophysics research.
Instructions
Manage documents and notes within an ADS library.
Document actions:
add/remove: Add or remove bibcodes from the library
union/intersection/difference/copy/empty: Set operations with other libraries
Note actions:
get_notes: List all notes in the library
add_note/edit_note/delete_note: Manage notes on individual papers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | Yes | Library ID | |
| action | Yes | Action: add/remove bibcodes, set operations (union/intersection/difference/copy/empty), or note management (get_notes/add_note/edit_note/delete_note) | |
| bibcodes | No | Bibcodes to add/remove | |
| libraries | No | Library IDs for set operations | |
| bibcode | No | Single bibcode for note operations | |
| content | No | Note content (for add_note/edit_note) |