search_nodes
Search knowledge graph nodes with fuzzy matching and relevance scoring to retrieve relevant results sorted by match quality.
Instructions
Search for nodes in the knowledge graph with relevance scoring and fuzzy matching. Returns results sorted by relevance with detailed match metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuzzy | No | Enable fuzzy matching for typo tolerance (default: true) | |
| limit | No | Maximum number of results to return (default: 50, max: 200) | |
| query | Yes | The search query to match against entity data | |
| fields | No | Which fields to search in (default: all fields) | |
| minScore | No | Minimum relevance score (0-100) to include in results (default: 0) | |
| fuzzyThreshold | No | Similarity threshold for fuzzy matching (0-1, default: 0.7) |