add_source
Add a web page URL or paste text content to the current notebook as a new source.
Instructions
Add a source to the currently open notebook. Sources can be a public web URL or arbitrary text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 'url' to add a web page by link; 'text' to paste raw text content. | |
| content | Yes | The URL (e.g. https://example.com/article) or the text content to add as a source. |