create_source
Add a link, file upload, or text note to a notebook. Optionally generate embeddings to enable semantic search.
Instructions
Create a new source (link, upload, or text).
Args:
notebook_id: Notebook ID to add source to
type: Source type ('link', 'upload', or 'text')
url: URL for link type sources
title: Optional title
embed: Whether to generate embeddings (default: True)
Returns:
Created source details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| type | Yes | ||
| url | No | ||
| title | No | ||
| embed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||