note_to_source
Convert notes into source documents in NotebookLM so their content becomes available for RAG queries and research. Turn existing notes into retrievable knowledge base sources for accurate answers.
Instructions
Convert a note to a source document in NotebookLM.
This feature allows you to convert an existing note into a source, making the note content available for RAG queries and research.
The method:
Finds the note by title in the Studio panel
Attempts to use NotebookLM's native "Convert to source" feature if available
Falls back to extracting note content and creating a text source if not
Use this when you want your note content to be included in NotebookLM's knowledge base for answering questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_title | Yes | Title of the note to convert (required) | |
| session_id | No | Session ID to reuse an existing session | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. |
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. |