notebook_query
Query your existing NotebookLM sources to get AI-powered answers grounded in your notes. Use for follow-up questions and deeper insights without searching for new sources.
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.
Args: notebook_id: Notebook UUID query: Question to ask source_ids: Source IDs to query (default: all) conversation_id: For follow-up questions timeout: Wall-clock query budget in seconds (default: from env NOTEBOOKLM_QUERY_TIMEOUT or 120.0; source-heavy notebooks may need 180+) new_conversation: Start a fresh conversation when conversation_id is omitted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| timeout | No | ||
| source_ids | No | ||
| notebook_id | Yes | ||
| conversation_id | No | ||
| new_conversation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||