batch
Perform operations across multiple notebooks: query, add sources, create, delete, or generate studio artifacts. Manage notebooks efficiently with a single action.
Instructions
Perform batch operations across multiple notebooks.
Actions:
query: Query multiple notebooks with the same question
add_source: Add the same source URL to multiple notebooks
create: Create multiple notebooks at once
delete: Delete multiple notebooks (IRREVERSIBLE, requires confirm=True)
studio: Generate studio artifacts across multiple notebooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform (query, add_source, create, delete, studio) | |
| query | No | Question to ask (for action=query) | |
| source_url | No | URL to add (for action=add_source) | |
| titles | No | Comma-separated notebook titles (for action=create) | |
| artifact_type | No | Artifact type (for action=studio): audio, video, report, etc. | audio |
| notebook_names | No | Comma-separated notebook names or IDs | |
| tags | No | Comma-separated tags to select notebooks | |
| all | No | Apply to ALL notebooks | |
| confirm | No | Must be True for delete action |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||