create_note
Add a new note with title and content to a specified NotebookLM notebook for organizing research and information.
Instructions
Create a new note in the specified notebook.
Args: notebook_id: The ID of the NotebookLM notebook. title: The title of the new note. content: The text content of the note.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| title | Yes | ||
| content | Yes |