Skip to main content
Glama

generate_study_aid

Turn your NotebookLM sources into flashcards or a quiz. Generate a study aid with optional focus and language settings to prepare for exams.

Instructions

Generate a study aid from a notebook’s sources: flashcards or a quiz. RPC-backed (no browser). Returns when generation completes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich study aid to generate.
focusNoOptional focus prompt to steer the content.
languageNoLanguage of the generated study aid (BCP-47 code or language name). Defaults to NOTEBOOKLM_CONTENT_LANGUAGE, or English.
notebook_idNoNotebook UUID (alternative to notebook_url).
notebook_urlNoNotebookLM notebook URL.

Output Schema

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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv3.1.2
    • addedInput schema / properties / language
      Added value: +{
      +  "description": "Language of the generated study aid (BCP-47 code or language name). Defaults to NOTEBOOKLM_CONTENT_LANGUAGE, or English.",
      +  "type": "string"
      +}
  2. Addedv3.0.0

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so description carries the behavioral disclosure. It adds relevant information by noting it is RPC-backed/no-browser and 'returns when generation completes', which signals synchronous, wait-for-completion behavior. It does'n detail persistence or side effects, but the key call-characteristic is surfaced.

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?

The description is two sentences with no filler. It names the purpose, publishes constraints ('no browser'), and states completion semantics, every sentence earns its place.

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 output schema covers returns, and the parameter schema covers individual inputs. However, the description does not clarify how the notebook is selected when both notebook_id and notebook_url are omitted, and it does not say whether a currently selected notebook context is expected. That missing routing context makes it not fully complete for anist.

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?

The input schema already documents all five parameters with descriptions, so schema coverage is 100%. The description adds no specific parameter-level detail beyond mentioning flashcards and quiz, which matches the kind enum. Baseline 3 applies.

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 uses a specific verb ('Generate'), names the resource ('a study aid from a notebook's sources'), and specifies the two forms it can take: flashcards or a quiz. This clearly distinguishes it from sibling tools like generate_mind_map or content_generate.

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 implies when to use the tool: whenever the user wants flashcards or a quiz from notebook sources. However, it does not explicitly say when not to use it or mention alternatives such as generate_mind_map, leaving comparision to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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