source_add
Add web pages, YouTube videos, or text content to a NotebookLM notebook for querying.
Instructions
Add a source to a NotebookLM notebook. Supports URLs (web pages, articles), YouTube videos, and plain text content. The source will be processed and made available for queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to add (for type='url'). Supports web pages and YouTube links. | |
| type | Yes | Source type: 'url' for web links/YouTube, 'text' for plain text | |
| title | No | Title for text sources (for type='text') | |
| content | No | Text content to add (for type='text') | |
| notebook_id | Yes | The notebook ID to add the source to |