search_nodes
Locate nodes in a knowledge graph by matching keywords across entity names, types, subdomains, or observation content. Input space-separated terms for OR-based search to retrieve relevant entities.
Instructions
Search for nodes in the knowledge graph based on one or more keywords. The search covers entity names, types, subdomains, and observation content. Multiple keywords are treated as OR conditions, where any keyword must match somewhere in the entity's fields.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Space-separated keywords to match against entity fields. Any keyword must match (OR condition). Example: 'budget management' will find entities where either 'budget' or 'management' appears in any field. |