convert_note_to_source
Transform notes into source documents for NotebookLM's knowledge base, enabling content to be used in RAG queries and research.
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) | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. | |
| session_id | No | Session ID to reuse an existing session |