Skip to main content
Glama

slide_deck_create

Create presentation slides from NotebookLM content by specifying sources, format, length, and language after user confirmation.

Instructions

Generate slide deck. Requires confirm=True after user approval.

Args: notebook_id: Notebook UUID source_ids: Source IDs (default: all) format: detailed_deck|presenter_slides length: short|default 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
formatNodetailed_deck
lengthNodefault
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 the full burden. It discloses the confirmation requirement, which is a critical behavioral trait for safety. However, it lacks details on side effects (e.g., whether this creates persistent resources, rate limits, or error conditions), leaving gaps in understanding the tool's behavior.

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 appropriately sized and front-loaded with the core purpose and key requirement. The Args section is well-structured but slightly verbose; every sentence adds value, though the formatting could be more streamlined for quick scanning.

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 (7 parameters, generation tool), no annotations, but with an output schema present, the description provides solid coverage. It explains parameters well and includes the critical confirmation requirement. The output schema handles return values, so the description doesn't need to cover them, making this reasonably complete for the context.

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 description coverage is 0%, so the description must compensate. It adds meaningful context for all 7 parameters: explaining 'notebook_id' as a UUID, 'source_ids' default behavior, 'format' and 'length' options, 'language' as BCP-47 codes, 'focus_prompt' as optional text, and 'confirm' requirement. This significantly enhances understanding beyond the bare schema.

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 verb 'Generate' and resource 'slide deck', making the purpose evident. However, it doesn't explicitly differentiate from sibling tools like 'report_create' or 'infographic_create' which might also generate content, leaving some ambiguity about when to choose this specific tool.

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 with 'Requires confirm=True after user approval', indicating a prerequisite for use. It doesn't specify alternatives among siblings or when-not-to-use scenarios, but the confirmation requirement offers practical guidance for safe 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