search_nodes
Find nodes in a knowledge graph using search queries with optional filtering by tags and importance scores to locate relevant information efficiently.
Instructions
Search for nodes in the knowledge graph based on query string, with optional tag and importance filtering
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query | |
| tags | No | Optional array of tags to filter by | |
| minImportance | No | Optional minimum importance score (0-10) | |
| maxImportance | No | Optional maximum importance score (0-10) |