Knowledge Graph Memory Server

open_nodes

Retrieve complete node information, including subdomains and metadata, by querying specific entity names in a knowledge graph. Enhances memory integration for chat applications by accessing stored user data.

Instructions

Open specific nodes in the knowledge graph by their names. Returns the complete node information including subdomain and all metadata.

Input Schema

NameRequiredDescriptionDefault
namesYesAn array of entity names to retrieve, returning full entity information including subdomain

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: mdsegdy7ox