Skip to main content
Glama

video_overview_create

Create video summaries from NotebookLM content by selecting sources, format, visual style, and language to generate explainer or brief overviews.

Instructions

Generate video overview. Requires confirm=True after user approval.

Args: notebook_id: Notebook UUID source_ids: Source IDs (default: all) format: explainer|brief visual_style: auto_select|classic|whiteboard|kawaii|anime|watercolor|retro_print|heritage|paper_craft language: BCP-47 code (en, es, fr, de, ja) focus_prompt: Optional focus text confirm: Must be True after user approval

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idYes
source_idsNo
formatNoexplainer
visual_styleNoauto_select
languageNoen
focus_promptNo
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It reveals the user approval requirement (confirm parameter), which is valuable behavioral context. However, it doesn't disclose other important traits like whether this is a long-running operation, what resources it consumes, error conditions, or what the output contains beyond what the output schema might provide.

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 efficiently structured with a clear purpose statement followed by parameter explanations. Every sentence serves a purpose, though the formatting with 'Args:' and bullet-like parameter explanations could be more integrated. The information is front-loaded with the core purpose and critical requirement.

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 complexity (7 parameters, creation operation) with no annotations but an output schema present, the description provides good coverage. It explains the purpose, usage constraint, and parameter meanings. The output schema existence means return values don't need description, making this reasonably complete for agent understanding.

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 0% schema description coverage for 7 parameters, the description must compensate. It provides meaningful context for all parameters: notebook_id (Notebook UUID), source_ids (Source IDs with default behavior), format (explainer|brief options), visual_style (9 specific style options), language (BCP-47 code with examples), focus_prompt (Optional focus text), and confirm (Must be True after user approval). This adds substantial semantic value 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 clearly states the specific action ('Generate video overview') and resource type (video overviews), distinguishing it from sibling tools like audio_overview_create, slide_deck_create, or infographic_create. It specifies this creates video content rather than other media formats.

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 guidance with 'Requires confirm=True after user approval' and reiterates this in the confirm parameter documentation. This clearly indicates when the tool should be used (only after obtaining user consent) and establishes a prerequisite condition for proper invocation.

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

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