Skip to main content
Glama
Pantheon-Security

NotebookLM MCP Server (Security Hardened)

Download Audio

download_audio
Read-onlyIdempotent

Retrieve generated audio overview files from NotebookLM notebooks for offline access or sharing, ensuring audio is ready before download.

Instructions

Download the generated audio overview file.

Requirements

  • Audio must be in "ready" status

  • Use get_audio_status to check before downloading

Output

Downloads to specified path or ~/notebooklm-audio-{timestamp}.mp3

Example

{
  "notebook_id": "my-research",
  "output_path": "/path/to/save/podcast.mp3"
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idNoLibrary notebook ID
notebook_urlNoOr direct notebook URL (overrides notebook_id)
output_pathNoOptional output file path
Behavior4/5

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

Annotations provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, indicating safe, repeatable operations. The description adds valuable behavioral context beyond this: it specifies the output location (default path with timestamp) and the prerequisite status check, which aren't covered by annotations. No contradictions with annotations exist.

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 description is well-structured with clear sections (Description, Requirements, Output, Example), front-loaded with the core purpose. Each sentence serves a specific purpose—stating the action, outlining prerequisites, specifying output behavior, and providing an example—with no wasted words, making it highly efficient.

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

Completeness4/5

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

Given the tool's moderate complexity (download operation with prerequisites), rich annotations (covering safety and idempotency), and full schema coverage, the description is largely complete. It adds useful context like status requirements and default output path. However, without an output schema, it could briefly mention the return type (e.g., success confirmation or error), though the annotations help mitigate this gap.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents the three parameters (notebook_id, notebook_url, output_path). The description adds minimal parameter semantics: it mentions 'output_path' in the 'Output' section and includes it in the example, but doesn't provide additional meaning beyond what the schema already states. This meets the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool downloads a generated audio overview file, specifying the resource (audio overview file) and action (download). It distinguishes from siblings like 'generate_audio_overview' (which creates the audio) and 'get_audio_status' (which checks status), but doesn't explicitly contrast with all possible alternatives. The purpose is specific but could be slightly more differentiated.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines in the 'Requirements' section: audio must be in 'ready' status, and it instructs to use 'get_audio_status' to check before downloading. This clearly states when to use (after status check) and references a specific sibling tool as a prerequisite, offering strong guidance.

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/Pantheon-Security/notebooklm-mcp-secure'

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