Skip to main content
Glama
juanQNav

mcp-notebooklm

by juanQNav

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_notebooksA

List all available NotebookLM notebooks with their IDs, titles, and source counts.

find_notebookA
Find NotebookLM notebooks by title (partial match, case-insensitive).

Args:
    title: The title or partial title to search for.
ask_notebookA
Ask a question to a specific NotebookLM notebook and get an AI answer
based on its sources.

Args:
    notebook_id: The ID of the notebook to query
    (use list_notebooks to find IDs).
    question: The question to ask the notebook.
generate_quizA
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").

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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