add_entity
Create a node in a knowledge graph by providing a unique ID, optional type, label, and metadata. Enables adding entities to shared agent memory for structured retrieval.
Instructions
Add a node/entity to the Semantica knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique node ID | |
| type | No | Node type, e.g. 'Person', 'Organisation' | |
| label | No | Human-readable label | |
| metadata | No | Additional properties |