source_list
Retrieve all source IDs and titles from a NotebookLM notebook to enable targeted read or delete operations.
Instructions
List the sources of a NotebookLM notebook, with their IDs and titles.
Use this to get the source_id that read_source and delete_source expect. RPC-backed (no browser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Notebook UUID (alternative to notebook_url). | |
| notebook_url | No | Notebook 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. |