search_nodes
Search nodes in a knowledge graph by matching queries against entity names, types, and observations. Filter results by domain or uncategorized nodes.
Instructions
Search for nodes in your knowledge graph based on a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to match against entity names, types, and observation content | |
| domain | No | Filter results by domain (user-defined string) | |
| include_null_domain | No | When true, only return entities with null domain (uncategorized). Mutually exclusive with domain parameter. |