content_list
List all sources and generated content, including documents, URLs, and audio overviews, from your current notebook.
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 |
|---|---|---|---|
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. | |
| session_id | No | Session ID to reuse an existing session |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| 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. |