research_topic
Search YouTube for a research topic, create a NotebookLM notebook with matching videos, and optionally ask a question to get synthesized answers.
Instructions
End-to-end research pipeline: search YouTube, create a NotebookLM notebook, add video sources, and optionally ask a question.
This tool orchestrates the full workflow:
Search YouTube for videos matching the query
Create a new NotebookLM notebook
Add each video as a YouTube source
Optionally ask a question against all sources
Requires both TRANSCRIPT_API_KEY (for search) and NotebookLM login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Research topic to search YouTube for. | |
| question | No | Optional question to ask after adding sources. | |
| max_videos | No | Maximum number of videos to add as sources (default: 5). | |
| notebook_name | No | Name for the notebook (default: "Research: {query}"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |