list_sources
Retrieve all sources from a NotebookLM notebook to view document details, types, and processing status for research management.
Instructions
List all sources in a NotebookLM notebook.
Returns
Array of sources with:
id: Source identifier (for use with remove_source)
title: Source name/title
type: url, text, file, drive, or unknown
status: ready, processing, or failed
Example
{ "notebook_id": "my-notebook" }
Or with direct URL:
{ "notebook_url": "https://notebooklm.google.com/notebook/xxx" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Direct notebook URL (overrides notebook_id) |