notebook_add_text
Add a text document source to a NotebookLM notebook. Pass the notebook ID and title, then supply content or a file path to read from.
Instructions
Add a text document source to a notebook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new source | |
| content | No | The text content to add | |
| file_path | No | Path to local file to read content from | |
| notebook_id | Yes | The notebook ID |