Skip to main content
Glama
juanQNav

mcp-notebooklm

by juanQNav

generate_quiz

Generate a quiz in JSON format from NotebookLM notebook sources using multiple_choice or true_false questions. Specify number, topic, difficulty, and language to create custom assessments.

Instructions

Generate a quiz (JSON) from a NotebookLM notebook's sources.

Generates questions in batches to bypass NotebookLM's ~20 question
limit. Supports multiple_choice and true_false question types.

Args:
    notebook_id: The notebook to generate questions from.
    num_questions: Total number of questions to generate.
    topic: Specific topic or "all sources" for everything.
    difficulty: easy, medium, hard, or mixed.
    output_path: Optional file path to save the JSON quiz.
    cumulative: If true and output_path exists, merge with existing.
    language: Language for questions (default: "es").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoall sources
languageNoes
cumulativeNo
difficultyNomixed
notebook_idYes
output_pathNo
num_questionsYes
Behavior3/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It explains batching to bypass limits and support for question types, but does not mention side effects, authentication requirements, or whether the tool is read-only. This leaves some uncertainty, warranting a 3.

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 moderately sized and well-structured: a one-line summary, a behavioral note, and a bulleted Args list. It front-loads the main purpose. Slightly verbose due to the Args repetitions, but overall efficient. A 4 reflects good but not perfect conciseness.

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

Completeness3/5

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

The description covers key aspects: parameters, batching, question types, and cumulative merging. However, it lacks details about the output JSON format (keys, structure), which would be helpful given no output schema. The language default ('es') is mentioned without explanation. Overall adequate but with notable gaps.

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

Parameters5/5

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

The input schema has 0% description coverage, so the description must compensate. It does so comprehensively by listing all 7 parameters with clear explanations, defaults, and permissible values (e.g., topic: 'all sources', difficulty: easy/medium/hard/mixed). This adds full meaning beyond the schema's bare types.

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 tool's purpose: generating a JSON quiz from a NotebookLM notebook's sources. It specifies the output format (JSON) and resource (notebook's sources). The verb 'generate' is specific, and the tool is distinct from sibling tools (ask, find, list). No ambiguity.

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?

The description does not explicitly state when to use this tool versus alternatives. It mentions supporting multiple_choice and true_false question types, which provides some guidance, but no explicit context on when to choose this over siblings like ask_notebook. A 3 reflects the lack of direct usage instructions.

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

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