generate_audio_overview
Create AI-generated podcast-style audio summaries for NotebookLM notebooks to provide accessible overviews of research content.
Instructions
Generate an AI-powered audio overview (podcast-style) for a notebook.
What This Tool Does
Triggers NotebookLM's audio overview generation
Audio overviews are ~5-15 minute podcast-style summaries
Generation takes 2-5 minutes typically
Returns immediately with status (check with get_audio_status)
Requirements
Notebook must have at least one source
Audio generation may not be available on all notebooks
Example
{ "notebook_id": "my-research" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Or direct notebook URL (overrides notebook_id) |