knowledge_ingest
Insert structured data into a knowledge collection. Validates properties against the collection schema, rejecting unknown keys.
Instructions
Manually insert data into a knowledge collection.
Properties are validated against the collection schema — unknown keys are rejected with allowed name:type pairs.
Tip: call knowledge_schema(collection=...) first to see expected properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Target collection name. | |
| properties | Yes | Object properties to insert |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||