source_add
Add a source to a NotebookLM notebook by pasting text or providing a URL, and receive the source ID, title, and word count.
Instructions
Add a source to a notebook and return { id, title, word_count }.
kind="text":
valueis the raw text to paste.titledefaults to "붙여넣은 텍스트" (NotebookLM's own default).kind="url":
valueis a webpage URL. NotebookLM fetches + extracts the content server-side;titleis ignored (NotebookLM uses the page's own ).
Not yet implemented: drive, file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| title | No | ||
| value | Yes | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||