note_get
Retrieve the full title and text content of a specific note from NotebookLM Studio. Provide the note title to get its details.
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. |