Knowledge Graph Memory Server

by T1nker-1220
Verified

search_nodes

Search for nodes in the knowledge graph based on a query

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query to match against entity names, types, and observation content

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The search query to match against entity names, types, and observation content", "type": "string" } }, "required": [ "query" ], "type": "object" }