create_entity
Add a new entity to a Geo knowledge graph with assigned types, property values, and relations. Use this to structure and publish data as part of GRC-20 models.
Instructions
Create an entity instance in the knowledge graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the entity | |
| cover | No | Image entity ID for cover | |
| types | No | Array of type IDs to assign | |
| values | No | Property values to set | |
| relations | No | Relations keyed by relation property ID | |
| description | No | Description of the entity |