generate_report
Create structured reports from NotebookLM notebooks in formats like briefing documents, study guides, or blog posts to summarize and organize information.
Instructions
Generates a Report for a notebook.
Args: notebook_id: The ID of the NotebookLM notebook. format_type: The type of report to generate. Options: BRIEFING_DOC, STUDY_GUIDE, BLOG_POST, CUSTOM. instructions: Custom instructions (required if format_type is CUSTOM).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| format_type | No | BRIEFING_DOC | |
| instructions | No |