Knowledge Graph Memory Server
by yodakeisuke
search_nodes
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. |