Notebook Query Start
notebook_query_startStart an asynchronous query for source-heavy notebooks or long questions, returning a query ID to poll for results.
Instructions
Start a notebook query asynchronously for source-heavy notebooks or long questions.
Use this instead of notebook_query when the response may take longer than the default 120-second budget. A timeout around 180 seconds is a useful starting point for source-heavy notebooks. Returns immediately with a query_id. Poll notebook_query_status with the query_id to get the result.
Workflow: notebook_query_start -> poll notebook_query_status until completed.
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 | |||