find_similar
Check entity names against existing ones to identify potential duplicates. Returns similarity scores; scores above 0.85 suggest merging.
Instructions
Find entities with similar names (potential duplicates). Use before creating to check for existing entities. Returns similarity scores — consider merging if >0.85.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name to check for similar existing entities | |
| threshold | No | Similarity threshold 0-1 (default 0.7) |