add_source
Add web pages, text content, or local files to NotebookLM notebooks for document analysis and research with enterprise-grade security.
Instructions
Add a source to an existing NotebookLM notebook.
Source Types
url: Web page URL
text: Text content (paste)
file: Local file path (PDF, DOCX, TXT)
Example
{
"notebook_id": "my-notebook",
"source": {
"type": "url",
"value": "https://docs.example.com/api"
}
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Direct notebook URL (overrides notebook_id) | |
| source | Yes |