note_create
Create annotated notes in NotebookLM to save research findings, key insights, or custom content. Supports markdown formatting for rich text.
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. | |
| 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. |