note.create
Add custom notes with markdown formatting to your NotebookLM notebook for saving research findings, summaries, and key insights.
Instructions
Create a note in the NotebookLM Studio panel.
Notes are user-created annotations that appear in your notebook. Use them to save research findings, summaries, key insights, or any custom content you want to keep alongside your sources.
Notes support markdown formatting for rich text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the note (required) | |
| content | Yes | Content/body of the note. Supports markdown formatting. | |
| 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. |