add_notebook
Manually add a NotebookLM notebook to your library by specifying metadata when auto-discovery is unavailable or you need custom control over content details.
Instructions
π MANUAL ENTRY β Add notebook with manually specified metadata (use auto_discover_notebook instead)
When to Use
Auto-discovery failed or unavailable
User has specific metadata requirements
User prefers manual control
Conversation Workflow (Mandatory)
When the user says: "I have a NotebookLM with X"
FIRST: Try auto_discover_notebook for faster setup ONLY IF user refuses auto-discovery or it fails:
Ask URL: "What is the NotebookLM URL?"
Ask content: "What knowledge is inside?" (1β2 sentences)
Ask topics: "Which topics does it cover?" (3β5)
Ask use cases: "When should we consult it?"
Propose metadata and confirm:
Name: [suggested]
Description: [from user]
Topics: [list]
Use cases: [list] "Add it to your library now?"
Only after explicit "Yes" β call this tool
Rules
Do not add without user permission
Prefer auto_discover_notebook when possible
Do not guess metadata β ask concisely
Confirm summary before calling the tool
Example
User: "I have a notebook with n8n docs" You: "Want me to auto-generate the metadata?" (offer auto_discover_notebook first) User: "No, I'll specify it myself" You: Ask URL β content β topics β use cases; propose summary User: "Yes" You: Call add_notebook
How to Get a NotebookLM Share Link
Visit https://notebooklm.google/ β Login (free: 100 notebooks, 50 sources each, 500k words, 50 daily queries)
Click "+ New" (top right) β Upload sources (docs, knowledge)
Click "Share" (top right) β Select "Anyone with the link"
Click "Copy link" (bottom left) β Give this link to Claude
(Upgraded: Google AI Pro/Ultra gives 5x higher limits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The NotebookLM notebook URL | |
| name | Yes | Display name for the notebook (e.g., 'n8n Documentation') | |
| description | Yes | What knowledge/content is in this notebook | |
| topics | Yes | Topics covered in this notebook | |
| content_types | No | Types of content (e.g., ['documentation', 'examples', 'best practices']) | |
| use_cases | No | When should Claude use this notebook (e.g., ['Implementing n8n workflows']) | |
| tags | No | Optional tags for organization |