Knowledge Graph Memory Server

search_nodes

Find nodes in a knowledge graph by matching keywords across entity names, types, subdomains, or observation content. Ideal for retrieving relevant user information during chat interactions.

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

NameRequiredDescriptionDefault
queryYesSpace-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.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "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.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: mdsegdy7ox