Skip to main content
Glama

notebook_query

Ask AI about sources already in your notebook and get answers based on those documents. Supports follow-up conversations.

Instructions

Ask AI about EXISTING sources already in notebook. NOT for finding new sources.

Use research_start instead for: deep research, web search, find new sources, Drive search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesQuestion to ask
timeoutNoRequest timeout in seconds (default: from env NOTEBOOKLM_QUERY_TIMEOUT or 120.0)
source_idsNoSource IDs to query (default: all)
notebook_idYesNotebook UUID
conversation_idNoFor follow-up questions

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It only implies a read operation ('Ask AI') but does not explicitly state it is read-only, does not mention any behavioral traits like authentication requirements, rate limits, or side effects. The description is insufficient for a query tool.

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 exceptionally concise: two sentences that immediately convey purpose and alternatives. Every sentence adds value, and the most critical information is front-loaded.

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?

Despite having 5 parameters and an output schema, the description is very brief. It lacks details on how to use advanced features like conversation_id for follow-ups, what the query returns, or any constraints. The description is incomplete for the tool's complexity.

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 description coverage is 100%, so baseline is 3. The description does not add any parameter-specific information; it only gives a high-level purpose. No additional detail is provided beyond the schema.

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: 'Ask AI about EXISTING sources already in notebook.' It uses a specific verb ('Ask') and resource ('existing sources') and immediately distinguishes from a sibling tool by saying it is NOT for finding new sources.

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 explicitly tells when to use ('Ask AI about EXISTING sources'), when not to ('NOT for finding new sources'), and provides an alternative alternative: 'Use research_start instead for: deep research, web search, find new sources, Drive search.'

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/AlexanderKast/cast-notebooklm'

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