content_download
Download audio, video, or infographic files, or export presentations and data tables to Google Docs from your NotebookLM notebooks.
Instructions
Download or export generated content from NotebookLM.
Supported content types:
audio_overview: Downloads as audio file (MP3)
video: Downloads as video file
infographic: Downloads as image file
presentation: Exports to Google Slides (returns URL)
data_table: Exports to Google Sheets (returns URL)
Note: Report content is text-based and returned in the generation response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Session ID to reuse an existing session | |
| output_path | No | Optional local path to save the file (for audio, video, infographic) | |
| content_type | Yes | Type of content to download/export | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |