knowledge_ingest
Add structured data to knowledge collections for video research and analysis, validating properties against collection schemas to maintain data integrity.
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.
Args: collection: Target collection name. properties: Dict of property values matching the collection schema.
Returns: Dict matching KnowledgeIngestResult schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| properties | Yes | Object properties to insert |