ingest_source
Ingest URLs or raw text into a knowledge base as draft cards to integrate external documents, articles, or notes.
Instructions
Ingest a URL or raw text into the knowledge base as a draft card.
For URLs: fetches the page content, extracts text, and saves as a card. For text: saves the provided text directly as a card.
Use this when you want to add external documents, articles, or notes to the knowledge base without requiring structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags for the card (optional). | |
| title | No | Optional title for the card. Auto-detected from URL pages. | |
| source | Yes | A URL (starting with http:// or https://) or raw text/markdown. When providing raw text and language="zh", the text MUST be in Chinese (中文). | |
| language | No | Language for the card content — "zh" (Chinese, default) or "en" (English). When "zh" and providing raw text, ensure the content is in Chinese. For URL sources, the content language is determined by the original page. | zh |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |