note.save_chat
Extract all messages from a NotebookLM chat and save them as a formatted note with timestamps and attribution. Use this to preserve conversations or 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| 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. |