notebook_create
Create a new empty notebook in NotebookLM to start gathering sources. Get back the notebook ID, title, and URL for later reference.
Instructions
Create a brand-new, empty notebook. Returns { id, title, url }.
Uses NotebookLM's CCqFvf RPC, which always creates a fresh notebook
(unlike the idempotent "get recent draft" endpoint). title is
accepted but NotebookLM's create RPC produces an untitled notebook;
it will auto-title once sources are added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||