Skip to main content
Glama
set2374

NotebookLM MCP Server

by set2374

research_start

Initiate web or Google Drive searches to find new sources for research topics, supporting fast or deep exploration modes.

Instructions

Deep research / fast research: Search web or Google Drive to FIND NEW sources.

Use this for: "deep research on X", "find sources about Y", "search web for Z", "search Drive". Workflow: research_start -> poll research_status -> research_import.

Args: query: What to search for (e.g. "quantum computing advances") source: web|drive (where to search) mode: fast (~30s, ~10 sources) | deep (~5min, ~40 sources, web only) notebook_id: Existing notebook (creates new if not provided) title: Title for new notebook

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sourceNoweb
modeNofast
notebook_idNo
titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: the asynchronous nature (requires polling research_status), time estimates for modes (fast ~30s, deep ~5min), result volume estimates (~10 vs ~40 sources), and constraints (deep mode is web only). It doesn't mention error conditions or rate limits, but provides substantial operational context.

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 well-structured with clear sections (purpose, usage, workflow, parameters) and front-loaded key information. Every sentence adds value, though the 'Args:' section could be slightly more concise by integrating examples directly with parameter explanations rather than as separate examples.

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

Completeness5/5

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

Given the tool's complexity (asynchronous operation with multiple parameters and modes), no annotations, and the presence of an output schema (which handles return values), the description provides complete contextual information. It covers purpose, workflow, parameters, behavioral expectations, and usage guidelines, leaving no significant gaps for agent understanding.

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?

With 0% schema description coverage, the description fully compensates by providing clear semantic explanations for all 5 parameters. It explains what each parameter controls (query for search terms, source for location, mode for speed/depth, notebook_id for existing/new notebooks, title for naming), including practical examples and constraints like 'deep mode is web only'.

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 with specific verbs ('search web or Google Drive to FIND NEW sources') and distinguishes it from siblings by focusing on initiating research workflows. It explicitly mentions the workflow sequence (research_start → poll research_status → research_import), which differentiates it from other tools like notebook_create or source_list_drive.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance with 'Use this for:' examples ('deep research on X', 'find sources about Y', etc.) and clearly outlines the workflow context. It distinguishes when to use this tool versus alternatives by specifying the research workflow sequence, though it doesn't explicitly name alternative tools for similar functions.

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

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