Create Entities
create_entitiesCreate multiple entities in a persistent knowledge graph, skipping any that already exist. Supports namespaced memory for organizing data across tenants or projects.
Instructions
Create multiple new entities in the knowledge graph. Entities with an existing name are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | ||
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | ||
| namespace | Yes |