research_sources
Find web sources for your NotebookLM notebook. Use a query to discover relevant sources and optionally import them directly into your notebook.
Instructions
Discover web sources for a notebook via NotebookLM Fast Research. RPC-backed. Returns the found sources; set import: true to also add them to the notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to research on the web. | |
| import | No | If true, import the discovered sources into the notebook. | |
| notebook_id | No | Notebook UUID (alternative to notebook_url). | |
| notebook_url | No | NotebookLM notebook URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |