auto_discover_notebook
Automatically generate notebook metadata from NotebookLM URLs to save time and ensure consistent quality without manual entry.
Instructions
š AUTO-DISCOVERY ā Automatically generate notebook metadata via NotebookLM (RECOMMENDED)
When to Use
User provides NotebookLM URL and wants quick/automatic setup
User prefers not to manually specify metadata
Default choice for adding notebooks
Workflow
User provides NotebookLM URL
Ask confirmation: "Add '[URL]' with auto-generated metadata?"
Call this tool ā NotebookLM generates name, description, tags
Show generated metadata to user for review
Benefits
ā 30 seconds vs 5 minutes manual entry
ā Zero-friction notebook addition
ā Consistent metadata quality
ā Discovers topics user might not think of
Example
User: "Add this NotebookLM: https://notebooklm.google.com/notebook/abc123" You: "Add this notebook with auto-generated metadata?" User: "Yes" You: Call auto_discover_notebook(url="https://...") ā Returns: {name: "n8n-workflow-guide", description: "...", tags: [...]}
Fallback
If auto-discovery fails (rare), use add_notebook tool for manual entry.
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 |