Skip to main content
Glama

MemoryMesh

by CheMiguel23

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CheMiguel23/MemoryMesh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server