insert_text
Add raw text to the knowledge base for indexing and receive a track ID to monitor indexing status.
Instructions
Insert a single piece of raw text into the knowledge base for indexing. Returns a track_id -- poll with get_track_status to see when indexing finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content to add to the knowledge base. Must not be empty. | |
| file_source | No | Name to attribute this text to in references, e.g. 'meeting-notes-2026-09-17'. Always set this so query() references can name where an answer came from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||