create_entity
Create a new knowledge-graph entity with a unique name and properties. Verify existence beforehand to avoid duplicate entities.
Instructions
Create a new entity in the knowledge graph. Call
check_entity_exists first to avoid an unintended duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_data | Yes | Entity properties, e.g. {'description': '...', 'entity_type': 'ORGANIZATION'}. | |
| entity_name | Yes | Unique name for the new entity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||