Skip to main content
Glama

download_artifact

Download any NotebookLM artifact—audio, video, report, mind map, slide deck, infographic, data table, quiz, or flashcards—to a specified file path with optional format selection and waiting for readiness.

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, quiz, flashcards.

Args: notebook_id: Notebook UUID artifact_type: 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) - quiz: Quiz (json|markdown|html) - flashcards: Flashcards (json|markdown|html) output_path: Path to save the file artifact_id: Optional specific artifact ID (uses latest if not provided) output_format: For quiz/flashcards only: json|markdown|html (default: json) slide_deck_format: For slide_deck only: pdf (default) or pptx wait: Poll while the artifact download is still propagating wait_timeout: Maximum seconds to wait when wait is enabled poll_interval: Seconds between readiness checks

Returns: dict with status and saved file path

Example: download_artifact(notebook_id="abc123", artifact_type="audio", output_path="podcast.mp3") download_artifact(notebook_id="abc123", artifact_type="quiz", output_path="quiz.html", output_format="html") download_artifact(notebook_id="abc123", artifact_type="slide_deck", output_path="slides.pptx", slide_deck_format="pptx")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNo
artifact_idNo
notebook_idYes
output_pathYes
wait_timeoutNo
artifact_typeYes
output_formatNojson
poll_intervalNo
slide_deck_formatNopdf

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It explains optional artifact_id falls back to latest, and the wait/poll parameters reveal propagation delays. It also states the return type. It does not cover permissions or error scenarios, but for a download tool this is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Though detailed, every sentence adds value. It is structured with a short summary, a parameter list with descriptions, a return note, and three representative examples. The information density is high without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 9 parameters, an output schema, and no annotations, so the description must cover a lot. It does: explains all parameters, return values, and provides usage examples covering different artifact types and formats. This is a complete and self-contained description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must fully compensate. It does: every parameter is explained with allowed values, defaults, and interplay (e.g., 'For quiz/flashcards only' for output_format). Examples show valid parameter combinations, going well beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Download any NotebookLM artifact to a file.' It clearly enumerates supported artifact types and notes it is a 'unified download tool replacing 9 separate download tools,' which distinguishes it from more narrowly scoped alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: it is the unified replacement for separate download tools, and it gives format-specific parameters (e.g., output_format for quiz/flashcards, slide_deck_format for slide_deck). However, it does not explicitly differentiate from sibling tools like download_all_artifacts or export_artifact, so a brief 'when not to use' statement would make it stronger.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacob-bd/gemini-notebook-mcp-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server