Notebook Query
notebook_queryGet AI answers by querying only the existing sources in a NotebookLM notebook, so you can retrieve information from your uploaded material without new web searches.
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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Question to ask | |
| timeout | No | Wall-clock query budget in seconds (default: from env NOTEBOOKLM_QUERY_TIMEOUT or 120.0; source-heavy notebooks may need 180+) | |
| source_ids | No | Source IDs to query (default: all) | |
| notebook_id | Yes | Notebook UUID | |
| conversation_id | No | For follow-up questions | |
| new_conversation | No | Start a fresh conversation when conversation_id is omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||