ingest
Add a webpage to your local knowledge base: fetches an HTTP(S) URL, discovers sitemaps, and falls back to a single page. Indexing happens in the background so you can continue working.
Instructions
Ingest an HTTP(S) URL into the knowledge base.
Fetches a URL with smart sitemap discovery and single-page fallback.
For local files and directories, use register_directory +
sync_all_registrations — the daemon owns the filesystem, so there is
no in-process file loader here.
Returns immediately — the daemon indexes in the background.
Args: source: HTTP(S) URL to ingest. overwrite: If true, replace existing data. collection: Collection name. Auto-derived if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| overwrite | No | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |