library_operation
Perform set operations on NASA SciX libraries: union, intersection, difference, copy, and empty.
Instructions
Perform set operations on libraries (union, intersection, difference, copy, empty).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | Yes | Target library identifier | |
| operation | Yes | Operation to perform | |
| source_library_ids | No | Source library IDs for set operations (optional) | |
| name | No | Name for new library (for copy operation, optional) | |
| description | No | Description for new library (for copy operation, optional) | |
| response_format | No | markdown |