save_chat_to_note
Extract and save NotebookLM chat conversations as formatted notes with timestamps and attribution to preserve research discussions and create summaries.
Instructions
Save the current NotebookLM chat/discussion to a note.
This tool extracts all messages from the current conversation (both user questions and NotebookLM AI responses) and saves them as a formatted note in the Studio panel.
Use this to:
Preserve important research conversations
Create a summary of your discussion with NotebookLM
Save chat history before starting a new topic
The note will include timestamps and message attribution (User/NotebookLM).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Custom title for the note (default: "Chat Summary") | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. | |
| session_id | No | Session ID to reuse an existing session |