Skip to main content
Glama
Pantheon-Security

NotebookLM MCP Server (Security Hardened)

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

{ "notebooks": [ { "name": "React Documentation", "sources": [ { "type": "url", "value": "https://react.dev/reference" } ], "topics": ["react", "frontend"] }, { "name": "Node.js API", "sources": [ { "type": "url", "value": "https://nodejs.org/api/" } ], "topics": ["nodejs", "backend"] } ], "stop_on_error": false }

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

TableJSON Schema
NameRequiredDescriptionDefault
notebooksYesArray of notebooks to create (max 10)
stop_on_errorNoStop batch if any notebook fails (default: false)
show_browserNoShow browser window for debugging

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantheon-Security/notebooklm-mcp-secure'

If you have feedback or need assistance with the MCP directory API, please join our Discord server