check_entity_exists
Verify if an exact entity name exists in the knowledge graph to prevent collisions before creating or renaming entities.
Instructions
Check whether an entity with an exact name already exists in the
knowledge graph. Call this before create_entity or edit_entity
(rename) to avoid an unintended collision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact entity name to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||