Knowledge Graph Memory Server

MIT License
7,903
40,461
  • Apple
  • Linux

open_nodes

Retrieve specific nodes in a knowledge graph by their names to access stored information. This helps maintain user context across interactions for enhanced memory persistence.

Instructions

Open specific nodes in the knowledge graph by their names

Input Schema

NameRequiredDescriptionDefault
namesYesAn array of entity names to retrieve

Input Schema (JSON Schema)

{ "properties": { "names": { "description": "An array of entity names to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "names" ], "type": "object" }

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: an7spipwyo