add_knowledge_nodes
Create multiple entities in a knowledge graph by extracting structured data from content. Define entity types, IDs, and properties to build searchable knowledge bases.
Instructions
Bulk create entities in the knowledge graph. The LLM extracts entities from content and provides them here. Each entity needs an entity_id (kebab-case), entity_type (matching schema — e.g., 'Topic', 'Article', 'Author', 'Concept'), and properties dict matching that type's schema fields.
Use get_knowledge_schema first to see available entity types and their fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_code | Yes | Project code (e.g., 'abc12345') — from list_knowledge_projects | |
| entities | Yes | Array of entities to create | |
| environment | No | Target environment | staging |