kb_write_text
Create searchable knowledge base entries by writing text or markdown content with optional metadata for filtering.
Instructions
Write an inline text/markdown document into a KB (research summary, agent output, notes). Returns {document_id, status}. Ingest embeds the content so it becomes searchable. Poll kb_get_status; search returns the doc once status is 'ready'. metadata is a single-level key/value hash, filterable via kb_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| config | No | ||
| content | Yes | ||
| metadata | No | ||
| project_id | Yes | ||
| collection_id | Yes |