batch_create_notebooks
Create multiple NotebookLM notebooks simultaneously to organize research materials efficiently, with options for error handling and progress tracking.
Instructions
Create multiple NotebookLM notebooks in one operation.
What This Tool Does
Creates up to 10 notebooks in a single batch operation
Reports progress for each notebook
Optionally continues on error or stops on first failure
Auto-adds created notebooks to your library
Example Usage
Limits
Maximum 10 notebooks per batch
Each notebook follows individual source limits (50-600 based on tier)
Delays between notebooks to avoid rate limiting
Returns
Summary with:
total: Number of notebooks attempted
succeeded: Successfully created count
failed: Failed count
results: Array of individual results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebooks | Yes | Array of notebooks to create (max 10) | |
| stop_on_error | No | Stop batch if any notebook fails (default: false) | |
| show_browser | No | Show browser window for debugging |