MemoryMesh

open_nodes

Retrieve and open specific nodes in a knowledge graph by their names using this tool. Enhance data exploration and access within MemoryMesh's Knowledge Graph Memory Server.

Instructions

Open specific nodes in the knowledge graph by their names

Input Schema

NameRequiredDescriptionDefault
namesYesAn array of node names to retrieve

Input Schema (JSON Schema)

{ "properties": { "names": { "description": "An array of node names to retrieve", "items": { "description": "Node name to open", "type": "string" }, "type": "array" } }, "required": [ "names" ], "type": "object" }
ID: kf6n6221pd