note_get
Retrieve the full content of a specific note by providing its title. Access note text and title from NotebookLM for documentation queries.
Instructions
Retrieve the full title and text content of a specific note in the NotebookLM Studio panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | No | Optional note ID. | |
| note_title | Yes | The title of the note to retrieve content for. | |
| session_id | No | Optional Session ID to reuse an existing session. | |
| notebook_url | No | Optional NotebookLM 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. |