Skip to main content
Glama

quiz_create

Generate quizzes from NotebookLM notebooks. Provide notebook ID, question count, and difficulty to create custom assessments for study or review.

Instructions

Generate a quiz (requires confirm=true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true to start generation
difficultyNoDifficulty: easy, hard, medium
source_idsNoSource IDs (omit for all)
notebook_idYesThe notebook ID
question_countNoNumber of questions (default 5)
Behavior1/5

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

No annotations exist, so the description must carry the burden of behavioral disclosure. It only repeats the schema's confirm requirement and provides no information about side effects, generation duration, or output 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?

One compact sentence with zero wasted words; the primary action is front-loaded, and the confirm requirement is a useful, concise addition.

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

Completeness1/5

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

For a tool with 5 parameters, no annotations, and no output schema, the description is severely under-specified. It lacks usage prerequisites, return value expectations, and any caveats about generation time or scope.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds no additional parameter context beyond what the schema already provides, such as examples or relationships between parameters.

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 identifies the action (generate) and resource (quiz), distinguishing it from sibling content-creation tools like flashcards_create. It is specific enough, though it lacks explicit mention of the notebook context, which is implied by the tool name and schema.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like flashcards_create or report_create. The confirm=true hint is a parameter requirement, not a usage guideline, and no exclusions or prerequisites are mentioned.

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

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