Download Artifact
download_artifactDownload any NotebookLM artifact—audio, video, report, mind map, slides, infographic, data table, quiz, or flashcards—to a specified file path. Consolidates all artifact types into one unified download action.
Instructions
Download any NotebookLM artifact to a file.
Unified download tool replacing 9 separate download tools. Supports all artifact types: audio, video, report, mind_map, slide_deck, infographic, data_table, file, quiz, flashcards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll while the artifact download is still propagating | |
| artifact_id | No | Optional specific artifact ID (uses latest if not provided) | |
| notebook_id | Yes | Notebook UUID | |
| output_path | Yes | Where to save the file, relative to the download directory (e.g. "podcast.m4a" or "My Notebook/report.md"). Downloads are confined to that directory; a path outside it is refused. It defaults to ~/Downloads/gemini-notebook and the operator can move it with NOTEBOOKLM_DOWNLOAD_DIR. The saved absolute path comes back in the result. | |
| wait_timeout | No | Maximum seconds to wait when ``wait`` is enabled | |
| artifact_type | Yes | Type of artifact to download: - audio: Audio Overview (MP4/MP3) - video: Video Overview (MP4) - report: Report (Markdown) - mind_map: Mind Map (JSON) - slide_deck: Slide Deck (PDF or PPTX) - infographic: Infographic (PNG) - data_table: Data Table (CSV) - data_table_xlsx: Data Table Excel export (XLSX) - file: Generic Studio file export - quiz: Quiz (json|markdown|html) - flashcards: Flashcards (json|markdown|html) | |
| output_format | No | For quiz/flashcards only: json|markdown|html (default: json) | json |
| poll_interval | No | Seconds between readiness checks | |
| slide_deck_format | No | For slide_deck only: pdf (default) or pptx |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||