search_similar
Search a knowledge graph for entities with similar names using fuzzy trigram matching. Provide a name and optional similarity threshold to control results.
Instructions
Fuzzy search for entity names using trigram similarity.
Args: name: Name to search for (fuzzy matched) threshold: Minimum similarity score 0.0–1.0 (default 0.3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |