Skip to main content
Glama

research_start

Initiate a web or Drive research task in a NotebookLM notebook. Provide a query and notebook ID to run deep or fast research, gathering information from selected sources.

Instructions

Start a web or Drive research task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoMode: deep, fast (default: fast)
queryYesResearch query
sourceNoSource: drive, web (default: web)
notebook_idYesThe notebook ID
Behavior2/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 disclosing behavior. It does not indicate whether the research runs asynchronously, what the response contains, how long it takes, or whether permissions are needed. This is a minimal behavioral disclosure beyond the basic purpose.

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 a single concise sentence with no wasted words. It is front-loaded with the primary purpose and is appropriately sized for a simple start-operation tool.

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

Completeness2/5

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

The tool has no output schema and the description does not explain return values or next steps. Given that sibling tools like research_status and research_import exist, the description should at least hint at the asynchronous nature or how to track progress, but it does not.

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 schema covers 100% of parameters, so the baseline is 3. The description adds no extra meaning beyond what the schema already provides; the 'web or Drive' phrase mirrors the source parameter default and options without adding context.

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 action (start), the resource (a research task), and the scope (web or Drive). It distinguishes this tool from siblings like research_status and research_import, which handle other stages of the research lifecycle.

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?

The description provides no guidance on when to use this tool versus alternatives, such as research_status for checking progress or notebook_query for asking questions. There is no mention of prerequisites or exclusions, leaving the agent to infer usage from the name and sibling context.

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