research_start
Start a fast research session on any topic, returning suggested sources for import into an empty NotebookLM notebook.
Instructions
Kick off NotebookLM's Discover (Fast Research) flow on a topic.
Returns { query, sources: [{ url, title, description }, ...] }.
The candidate sources are NOT automatically added to the notebook.
Use source_add(kind="url", value=<chosen_url>) to import selected ones.
Requires an EMPTY notebook — NotebookLM disables Discover once the
notebook has content. Create one with notebook_create first if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| notebook_id | Yes | ||
| timeout_sec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||