Skip to main content
Glama

download_artifact

Download any NotebookLM artifact—audio, video, report, mind map, slide deck, infographic, data table, quiz, flashcards—to a specified file path, choosing format 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, file, 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) - data_table_xlsx: Data Table Excel export (XLSX) - file: Generic Studio file export - quiz: Quiz (json|markdown|html) - flashcards: Flashcards (json|markdown|html) output_path: 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. 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.m4a") 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv0.9.7
    • addedInput schema / properties / poll_interval
      Added value: +{
      +  "default": 5,
      +  "type": "number"
      +}
    • addedInput schema / properties / wait
      Added value: +{
      +  "default": false,
      +  "type": "boolean"
      +}
    • addedInput schema / properties / wait_timeout
      Added value: +{
      +  "default": 180,
      +  "type": "number"
      +}
  2. Addedv0.9.1
  3. Removedv0.8.9
  4. Changed6 schema fields changedv0.7.7
    • removedInput schema / properties / artifact_id / description
      Removed value: -"Optional specific artifact ID (uses latest if not provided)"
    • removedInput schema / properties / artifact_type / description
      Removed value: -"Type of artifact to download:\n- audio: Audio Overview (MP4/MP3)\n- video: Video Overview (MP4)\n- report: Report (Markdown)\n- mind_map: Mind Map (JSON)\n- slide_deck: Slide Deck (PDF or PPTX)\n- infographic: Infographic (PNG)\n- data_table: Data Table (CSV)\n- quiz: Quiz (json|markdown|html)\n- flashcards: Flashcards (json|markdown|html)"
    • removedInput schema / properties / notebook_id / description
      Removed value: -"Notebook UUID"
    • removedInput schema / properties / output_format / description
      Removed value: -"For quiz/flashcards only: json|markdown|html (default: json)"
    • removedInput schema / properties / output_path / description
      Removed value: -"Path to save the file"
    • removedInput schema / properties / slide_deck_format / description
      Removed value: -"For slide_deck only: pdf (default) or pptx"
  5. First observedv0.6.13

TDQS

A4.8/5.0
Behavior5/5

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

With zero annotations, the description carries the full burden and delivers: downloads are sandboxed to the download directory and outside paths are refused; default location (~/Downloads/gemini-notebook) and NOTEBOOKLM_DOWNLOAD_DIR override are disclosed; polling semantics (wait, wait_timeout, poll_interval) are explained; and artifact_id falls back to 'latest' when omitted. This is far more than the schema or annotations reveal.

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?

The one-sentence purpose is front-loaded, followed by a positioning statement and a compact type list. The Args block is organized per-parameter with defaults and formats, and the Returns line plus three varied examples close it out. For a 9-parameter tool with no schema descriptions, every sentence earns its place.

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?

Every one of the 9 parameters is documented with defaults, allowed values, and behavioral notes; the path-confinement constraint and polling knobs are covered; and since an output schema exists, the brief 'Returns: dict with status and saved file path' suffices. Nothing an agent needs to invoke this complex tool correctly is missing.

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 description coverage is 0%, so the description must compensate — and it does comprehensively. artifact_type maps each value to its format (audio→MP4/MP3, report→Markdown, etc.), output_path explains relative pathing and confinement, output_format and slide_deck_format get explicit value lists and defaults, and every optional parameter's behavior is described. Three usage examples ground the semantics concretely.

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?

Opens with a specific verb+resource: 'Download any NotebookLM artifact to a file.' The next sentence, 'Unified download tool replacing 9 separate download tools,' explicitly positions it against the per-type download tools an agent might otherwise reach for. The full artifact-type list removes any ambiguity about scope.

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?

'Unified download tool replacing 9 separate download tools. Supports all artifact types' gives clear context that this is the single entry point for downloading any one artifact. However, it does not explicitly say when to prefer the sibling download_all_artifacts or export_artifact, so the when-not-to-use guidance is left to inference.

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

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