ads_library
Manage saved collections of astrophysics papers by creating, editing, listing, retrieving, or deleting libraries with the NASA Astrophysics Data System.
Instructions
Manage ADS libraries (saved paper collections).
Actions:
list: List all your libraries
get: Get a library's details and bibcodes (requires library_id)
create: Create a new library (requires name)
edit: Edit library metadata (requires library_id)
delete: Permanently delete a library (requires library_id)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on a library | |
| library_id | No | Library ID (required for get/edit/delete) | |
| name | No | Library name (required for create, optional for edit) | |
| description | No | Library description (optional for create/edit) | |
| public | No | Whether library is public (optional for create/edit) | |
| bibcodes | No | Initial bibcodes when creating a library | |
| rows | No | Number of results to return. Default: 100 | |
| start | No | Starting index for pagination. Default: 0 |