content_list
List all sources and generated content in a NotebookLM notebook, including uploaded documents, URLs, and audio overviews.
Instructions
List all sources and generated content in the current notebook.
Returns:
Sources: Documents, URLs, and other uploaded materials
Generated content: Audio overviews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Session ID to reuse an existing session | |
| 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. |