note_list
List all user notes in NotebookLM Studio. Returns titles, IDs, and timestamps.
Instructions
List all user notes in the NotebookLM Studio panel. Returns note titles, IDs, and timestamps (e.g. details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |