data_table_create
Create structured data tables from NotebookLM content by specifying sources and descriptions to organize research findings for analysis.
Instructions
Generate data table. Requires confirm=True after user approval.
Args: notebook_id: Notebook UUID description: Description of the data table to create source_ids: Source IDs (default: all) language: Language code (default: "en") confirm: Must be True after user approval
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| description | Yes | ||
| source_ids | No | ||
| language | No | en | |
| confirm | No |