notebook_list
Scrape the NotebookLM homepage to retrieve a real list of all notebooks with their IDs, names, and URLs. Use it to discover untracked notebooks, confirm existing ones, get accurate IDs for automation, or find notebooks to clean up.
Instructions
Scrape the NotebookLM homepage to get a real list of all notebooks with their IDs and names.
This tool navigates to notebooklm.google.com and extracts:
Notebook ID (UUID from URL)
Notebook name (displayed title)
Notebook URL
Use this to:
Discover notebooks not yet in your library
Get accurate notebook IDs for automation
Verify which notebooks exist in your account
Find notebooks to delete when cleanup is needed
Note: Requires authentication. Run setup_auth first if not authenticated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_browser | No | Show browser window during scraping. Default: false (headless). |
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. |