Skip to main content
Glama

content.generate

Generate audio overviews, videos, presentations, reports, infographics, or data tables from your NotebookLM sources with optional custom instructions and language selection.

Instructions

Generate content from your NotebookLM sources.

Supported content types:

  • audio_overview: Audio podcast/overview (Deep Dive conversation with two AI hosts)

  • video: Video summary that visually explains main topics (brief or explainer format)

  • presentation: Slides/presentation with AI-generated content and images

  • report: Briefing document (2,000-3,000 words) summarizing key findings, exportable as PDF/DOCX

  • infographic: Visual infographic in horizontal (16:9) or vertical (9:16) format

  • data_table: Structured table organizing key information (exportable as CSV/Excel)

Language support: All content types support 80+ languages via the language parameter.

Video styles: Video content supports 6 visual styles via the video_style parameter: classroom, documentary, animated, corporate, cinematic, minimalist.

These content types use real NotebookLM Studio UI buttons or the generic ContentGenerator architecture that navigates the Studio panel and falls back to chat-based generation.

NOTE: Other content types (faq, study_guide, timeline, table_of_contents) are NOT currently implemented. For document-style content, use the ask_question tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_typeYesType of content to generate: audio_overview (podcast), video (brief or explainer), presentation (slides), report (briefing doc 2,000-3,000 words, PDF/DOCX export), infographic (horizontal 16:9 or vertical 9:16), or data_table (CSV/Excel export)
custom_instructionsNoOptional instructions to customize the generated content
languageNoLanguage for the generated content (e.g., "French", "Spanish", "Japanese"). NotebookLM supports 80+ languages.
video_styleNoVisual style for video content (only valid for content_type="video"). Powered by Nano Banana AI.
notebook_urlNoNotebook URL. If not provided, uses the active notebook.
session_idNoSession ID to reuse an existing session

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYesWhether the tool call succeeded.
dataNoThe tool payload on success. The exact shape depends on the tool.
errorNoHuman-readable error message, present only when success is false.
Behavior3/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false, so the agent knows this is a state-changing operation. The description adds context about using real UI buttons or generic ContentGenerator architecture and fallback to chat-based generation, but does not detail side effects or permission requirements beyond what annotations imply.

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

Conciseness4/5

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

The description is front-loaded with the main purpose and then structured sequentially: content types, language support, video styles, and a warning about unimplemented types. While some implementation details (e.g., 'uses real NotebookLM Studio UI buttons') could be trimmed, the overall structure is logical and each sentence adds value.

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 complexity (6 content types, 2 enums, optional parameters) and the presence of an output schema, the description covers all necessary aspects: what each type produces, language support, video style options, and notes on unimplemented types. It also clarifies that the output format varies by type. No critical gaps are evident.

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?

With 100% schema description coverage, the baseline is 3. The description adds significant meaning by explaining what each content_type produces (e.g., 'audio_overview: Audio podcast/overview (Deep Dive conversation with two AI hosts)') and detailing video_style enum values with visual style descriptions and 'powered by Nano Banana AI', going beyond the schema's simple names.

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 clearly states 'Generate content from your NotebookLM sources' and enumerates all supported content types with brief explanations. It distinguishes itself from siblings by explicitly noting unimplemented types and directing to ask_question tool for those, ensuring the agent understands its specific domain.

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?

The description provides clear context on when to use this tool (for generating supported content types) and explicitly mentions which types are NOT implemented (faq, study_guide, timeline, table_of_contents) with a fallback suggestion to use ask_question. However, it lacks explicit guidance on when to prefer this over other parallel tools, though few exist.

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

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