Batch
batchRun repetitive actions—querying, adding sources, creating, deleting, or generating studio content—across multiple notebooks at once using filters like tags or all notebooks.
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 |
|---|---|---|---|
| all | No | Apply to ALL notebooks | |
| tags | No | Comma-separated tags to select notebooks | |
| query | No | Question to ask (for action=query) | |
| action | Yes | Operation to perform (query, add_source, create, delete, studio) | |
| titles | No | Comma-separated notebook titles (for action=create) | |
| confirm | No | Must be True for delete action | |
| source_url | No | URL to add (for action=add_source) | |
| artifact_type | No | Artifact type (for action=studio): audio, video, report, etc. | audio |
| notebook_names | No | Comma-separated notebook names or IDs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||