generate_data_table
Extract structured data tables from notebook content to organize key information into rows and columns for analysis.
Instructions
Generate a structured Data Table from notebook sources.
What This Tool Does
Opens the Studio panel in NotebookLM
Generates a structured tabular extraction from notebook content
Tables organize key information from sources into rows and columns
Generation typically takes 1-3 minutes
Returns immediately with status (check with get_data_table)
Requirements
Notebook must have at least one source
Authentication required (run setup_auth first)
Example
{ "notebook_id": "my-research" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Or direct notebook URL (overrides notebook_id) |