Skip to main content
Glama

generate_audio

Generate an audio overview from notebook sources by specifying a notebook ID and instructions for the podcast content.

Instructions

Generate an audio overview (podcast) from the notebook's sources. Note: This process can take several minutes to complete.

notebook_id: The ID of the notebook. prompt: Instructions for the audio overview (e.g., "focus on chapter 3").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idYes
promptYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. Only discloses that the process takes several minutes; no info on auth, rate limits, side effects, or response format.

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?

Very concise: two sentences for purpose and a note, then each parameter explained in one line. No wasted words, front-loaded with key action.

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 it has 2 required params, a note about timing, and an output schema (not described), the description is mostly complete. Could mention output format, but not critical.

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

Parameters4/5

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

Schema coverage is 0%, so description compensates by explaining each parameter: 'notebook_id: The ID of the notebook.' and 'prompt: Instructions for the audio overview (e.g., 'focus on chapter 3').' Adds meaningful detail beyond the 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?

Clearly states 'Generate an audio overview (podcast) from the notebook's sources' – a specific verb and resource. Distinguishes from siblings like generate_report (text report) and ask_notebook (Q&A).

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

Usage Guidelines3/5

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

Provides a note about long processing time, implying it should be used when the user is prepared to wait, but no explicit when-to-use or alternatives are given.

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/Vetal711/notebooklm-mcp'

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